[libreoffice-online] 04/05: rm -rf /var/lib/lool on purge

Rene Engelhard rene at moszumanska.debian.org
Fri Nov 24 22:51:16 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch master
in repository libreoffice-online.

commit c72f6866bf6d46668bf05257b1606361402aa121
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Fri Nov 24 23:38:32 2017 +0100

    rm -rf /var/lib/lool on purge
---
 debian/loolwsd.postrm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/loolwsd.postrm b/debian/loolwsd.postrm
new file mode 100644
index 0000000..db9b1dc
--- /dev/null
+++ b/debian/loolwsd.postrm
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+if [ "$1" = "purge" ]; then
+	rm -rf /var/lib/lool
+fi
+
+#DEBHELPER#

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice-online.git



More information about the Pkg-openoffice-commits mailing list