]> git.hoellein.online Git - homeserver/commitdiff
committing changes in /etc after apt run
authormhoellein <mhoellein@freenet.de>
Tue, 8 Mar 2022 05:54:52 +0000 (06:54 +0100)
committermhoellein <mhoellein@freenet.de>
Tue, 8 Mar 2022 05:54:52 +0000 (06:54 +0100)
.etckeeper
apt/apt.conf.d/25coolwsd [new file with mode: 0644]

index 97f9a73431c9509911ee8929cadba7c3b5cbaddd..f3a34945ef3863bc30eae7c7b492f9462aa1ad4a 100755 (executable)
@@ -774,6 +774,7 @@ maybe chmod 0644 'apt/apt.conf.d/20archive'
 maybe chmod 0644 'apt/apt.conf.d/20auto-upgrades'
 maybe chmod 0644 'apt/apt.conf.d/20dbus'
 maybe chmod 0644 'apt/apt.conf.d/20packagekit'
+maybe chmod 0644 'apt/apt.conf.d/25coolwsd'
 maybe chmod 0644 'apt/apt.conf.d/50appstream'
 maybe chmod 0644 'apt/apt.conf.d/50command-not-found'
 maybe chmod 0644 'apt/apt.conf.d/50unattended-upgrades'
diff --git a/apt/apt.conf.d/25coolwsd b/apt/apt.conf.d/25coolwsd
new file mode 100644 (file)
index 0000000..be01847
--- /dev/null
@@ -0,0 +1,2 @@
+// Rebuild systemplate of Collabora Online Development Edition
+DPkg::Post-Invoke { "echo Updating coolwsd systemplate;coolwsd-systemplate-setup /opt/cool/systemplate /opt/collaboraoffice >/dev/null 2>&1 || true"; };