[SCM] tsdecrypt/master: Make 'postrm remove' and 'postrm disappear' remove the /usr/bin/tsdecrypt alternative.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Apr 16 22:27:01 UTC 2012


The following commit has been merged in the master branch:
commit 71d4547ca0b8ac9fb7065a25226cb97633547757
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Apr 16 18:46:13 2012 +0200

    Make 'postrm remove' and 'postrm disappear' remove the /usr/bin/tsdecrypt alternative.

diff --git a/debian/tsdecrypt.prerm b/debian/tsdecrypt.postrm
similarity index 62%
copy from debian/tsdecrypt.prerm
copy to debian/tsdecrypt.postrm
index ae4e279..45d4571 100644
--- a/debian/tsdecrypt.prerm
+++ b/debian/tsdecrypt.postrm
@@ -2,7 +2,7 @@
 
 set -e
 
-if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] ; then
+if [ "$1" = "remove" ] || [ "$1" = "disappear" ] ; then
     update-alternatives --remove tsdecrypt /usr/bin/tsdecrypt
 fi
 

-- 
tsdecrypt packaging



More information about the pkg-multimedia-commits mailing list