[DRE-commits] [SCM] unicorn.git branch, master, updated. debian/4.3.1-3-3-g99ec331

Hleb Valoshka 375GNU at Gmail.COM
Wed Aug 22 07:11:50 UTC 2012


The following commit has been merged in the master branch:
commit bc6fc73cc994a4bf6aaaef9c4016784e73f012ed
Author: Hleb Valoshka <375GNU at Gmail.COM>
Date:   Sat Aug 18 00:38:06 2012 +0300

    remove logs on package purge

diff --git a/debian/unicorn.postrm b/debian/unicorn.postrm
new file mode 100644
index 0000000..851e85a
--- /dev/null
+++ b/debian/unicorn.postrm
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+[ "$1" = "purge" ] && rm -rf /var/log/unicorn
+
+#DEBHELPER#
+
+exit 0

-- 
unicorn.git



More information about the Pkg-ruby-extras-commits mailing list