[Pkg-voip-commits] r5086 - /destar/trunk/debian/prerm

santiago at alioth.debian.org santiago at alioth.debian.org
Sun Dec 9 18:52:32 UTC 2007


Author: santiago
Date: Sun Dec  9 18:52:32 2007
New Revision: 5086

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5086
Log:
Fixed prerm, again


Modified:
    destar/trunk/debian/prerm

Modified: destar/trunk/debian/prerm
URL: http://svn.debian.org/wsvn/pkg-voip/destar/trunk/debian/prerm?rev=5086&op=diff
==============================================================================
--- destar/trunk/debian/prerm (original)
+++ destar/trunk/debian/prerm Sun Dec  9 18:52:32 2007
@@ -21,9 +21,8 @@
     remove|upgrade|deconfigure)
 	
 	# remove this alternative configuration
-	if update-alternatives --list op-panel | grep destar ; then
-		update-alternatives --quiet --remove \ 
-			op-panel /etc/op-panel/destar/op_server.cfg
+	if update-alternatives --list op-panel | grep -q destar ; then
+		update-alternatives --quiet --remove op-panel /etc/op-panel/destar/op_server.cfg
 	fi
 	
         ;;




More information about the Pkg-voip-commits mailing list