[Pkg-voip-commits] r2214 - yxa/trunk/debian
Mikael Magnusson
mikma-guest at costa.debian.org
Thu Aug 10 19:12:40 UTC 2006
Author: mikma-guest
Date: 2006-08-10 19:12:39 +0000 (Thu, 10 Aug 2006)
New Revision: 2214
Modified:
yxa/trunk/debian/postrm
Log:
Remove /var/run/yxa tree during purge
Modified: yxa/trunk/debian/postrm
===================================================================
--- yxa/trunk/debian/postrm 2006-08-10 15:40:32 UTC (rev 2213)
+++ yxa/trunk/debian/postrm 2006-08-10 19:12:39 UTC (rev 2214)
@@ -23,6 +23,7 @@
;;
purge)
+ rm -rf /var/run/yxa
deluser yxa 2>/dev/null || true
delgroup yxa 2>/dev/null || true
;;
More information about the Pkg-voip-commits
mailing list