[Python-modules-commits] [python-pyscss] 02/04: add removal of new less2scss alternatives, #832343

Wolfgang Borgert debacle at moszumanska.debian.org
Sun Jul 24 22:10:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to branch master
in repository python-pyscss.

commit a02e5785d1973057d4fdedc09453fd236f68c9c2
Author: W. Martin Borgert <debacle at debian.org>
Date:   Sun Jul 24 23:53:29 2016 +0200

    add removal of new less2scss alternatives, #832343
---
 debian/python-pyscss.prerm  | 1 +
 debian/python3-pyscss.prerm | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/python-pyscss.prerm b/debian/python-pyscss.prerm
index f7ffe79..6ec7121 100644
--- a/debian/python-pyscss.prerm
+++ b/debian/python-pyscss.prerm
@@ -4,6 +4,7 @@ set -e
 
 if [ "$1" = "remove" ] ; then
 	update-alternatives --remove pyscss /usr/bin/python2-pyscss
+	update-alternatives --remove less2scss /usr/bin/python2-less2scss
 fi
 
 #DEBHELPER#
diff --git a/debian/python3-pyscss.prerm b/debian/python3-pyscss.prerm
index d344297..356e7e8 100644
--- a/debian/python3-pyscss.prerm
+++ b/debian/python3-pyscss.prerm
@@ -4,6 +4,7 @@ set -e
 
 if [ "$1" = "remove" ] ; then
 	update-alternatives --remove pyscss /usr/bin/python3-pyscss
+	update-alternatives --remove less2scss /usr/bin/python3-less2scss
 fi
 
 #DEBHELPER#

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pyscss.git



More information about the Python-modules-commits mailing list