[Pkg-voip-commits] r8059 - in /mumble-django/trunk/debian: changelog mumble-django.postrm

svedrin-guest at alioth.debian.org svedrin-guest at alioth.debian.org
Mon Feb 15 11:48:45 UTC 2010


Author: svedrin-guest
Date: Mon Feb 15 11:48:45 2010
New Revision: 8059

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8059
Log:
Remove .secret.txt when being purged.

Modified:
    mumble-django/trunk/debian/changelog
    mumble-django/trunk/debian/mumble-django.postrm

Modified: mumble-django/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/changelog?rev=8059&op=diff
==============================================================================
--- mumble-django/trunk/debian/changelog (original)
+++ mumble-django/trunk/debian/changelog Mon Feb 15 11:48:45 2010
@@ -8,8 +8,9 @@
   * Update 01-settings.diff with new line numbers.
   * Change the owner of /usr/share/mumble-django to www-data so `manage.py
     checkenv' doesn't fail.
+  * Remove .secret.txt when being purged.
 
- -- Michael Ziegler <diese-addy at funzt-halt.net>  Mon, 15 Feb 2010 12:45:07 +0100
+ -- Michael Ziegler <diese-addy at funzt-halt.net>  Mon, 15 Feb 2010 12:48:27 +0100
 
 mumble-django (1.4-1) unstable; urgency=low
 

Modified: mumble-django/trunk/debian/mumble-django.postrm
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/mumble-django.postrm?rev=8059&op=diff
==============================================================================
--- mumble-django/trunk/debian/mumble-django.postrm (original)
+++ mumble-django/trunk/debian/mumble-django.postrm Mon Feb 15 11:48:45 2010
@@ -9,7 +9,9 @@
 if [ "$1" = "purge" ] ; then
 	rm -rf /var/lib/mumble-django
 	# mumble-django-configure might have installed the Munin plugin.
-	rm -rf /etc/munin/plugins/mumble-django
+	rm -f /etc/munin/plugins/mumble-django
+	# Remove .secret.txt created by settings.py.
+	rm -f /usr/share/mumble-django/.secret.txt
 	if [ -x /etc/init.d/munin-node ]; then
 		invoke-rc.d --quiet munin-node restart
 	fi




More information about the Pkg-voip-commits mailing list