[SCM] marco Debian package branch, master, updated. debian/1.8.0+dfsg1-4-4-ga1ce80f
Mike Gabriel
sunweaver at moszumanska.debian.org
Fri May 30 09:50:23 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/marco.git;a=commitdiff;h=55fc5df
The following commit has been merged in the master branch:
commit 55fc5dfd428d723213b10d8b1ca82af0c57cd323
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Fri May 30 11:43:53 2014 +0200
debian/marco.prerm: Fix severe copy+paste flaw. We need to remove an alternative for x-window-manager (not x-session-manager) and we remove marco (not mate-session). (Closes: #749593).
---
debian/marco.prerm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/marco.prerm b/debian/marco.prerm
index 2a7d93e..9d4a4fa 100755
--- a/debian/marco.prerm
+++ b/debian/marco.prerm
@@ -2,8 +2,8 @@
set -e
-if [ "$1" = "remove" ]; then
- update-alternatives --remove x-session-manager /usr/bin/mate-session
+if [ "$1" = "remove" ] || [ "$1" = "purge" ]; then
+ update-alternatives --remove x-window-manager /usr/bin/marco
fi
#DEBHELPER#
--
marco Debian package
More information about the pkg-mate-commits
mailing list