[Python-apps-commits] r6232 - in packages/pyaimt/trunk/debian (changelog postinst)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Tue Oct 26 13:30:17 UTC 2010


    Date: Tuesday, October 26, 2010 @ 13:30:13
  Author: nijel
Revision: 6232

Fix permissions of /var/lib/pyaimt

Modified:
  packages/pyaimt/trunk/debian/changelog
  packages/pyaimt/trunk/debian/postinst

Modified: packages/pyaimt/trunk/debian/changelog
===================================================================
--- packages/pyaimt/trunk/debian/changelog	2010-10-26 13:29:40 UTC (rev 6231)
+++ packages/pyaimt/trunk/debian/changelog	2010-10-26 13:30:13 UTC (rev 6232)
@@ -2,8 +2,9 @@
 
   * NOT RELEASED YET
   * Fix watch file to work after recent changes on code.google.com.
+  * Fix permissions of /var/lib/pyaimt
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Wed, 19 May 2010 13:10:39 +0200
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Tue, 26 Oct 2010 15:30:03 +0200
 
 pyaimt (0.8.0.1-2) unstable; urgency=low
 

Modified: packages/pyaimt/trunk/debian/postinst
===================================================================
--- packages/pyaimt/trunk/debian/postinst	2010-10-26 13:29:40 UTC (rev 6231)
+++ packages/pyaimt/trunk/debian/postinst	2010-10-26 13:30:13 UTC (rev 6232)
@@ -18,6 +18,9 @@
 	if ! dpkg-statoverride --list /var/log/pyaimt >/dev/null; then
 		chown -R pyaimt:adm       /var/log/pyaimt
 	fi
+	if ! dpkg-statoverride --list /var/lib/pyaimt >/dev/null; then
+		chown -R pyaimt:adm       /var/lib/pyaimt
+	fi
 	;;
 abort-upgrade|abort-remove|abort-deconfigure)
 	;;




More information about the Python-apps-commits mailing list