aboutsummaryrefslogtreecommitdiff
path: root/packages/linux_make/debian/pd-extended.prerm
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-09-18 22:12:49 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-09-18 22:12:49 +0000
commitf06be0105e98508c18cdfb50e0818b4fe4679d83 (patch)
treea71980751a852c5dd2bb2fb152a729e21eac9d18 /packages/linux_make/debian/pd-extended.prerm
parentd785f343bb97bdbfc40cf424b43e13618c6e204a (diff)
added update-alternatives support
svn path=/trunk/; revision=15301
Diffstat (limited to 'packages/linux_make/debian/pd-extended.prerm')
-rwxr-xr-xpackages/linux_make/debian/pd-extended.prerm5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/linux_make/debian/pd-extended.prerm b/packages/linux_make/debian/pd-extended.prerm
new file mode 100755
index 00000000..7d252882
--- /dev/null
+++ b/packages/linux_make/debian/pd-extended.prerm
@@ -0,0 +1,5 @@
+#!/bin/sh -e
+
+if [ "$1" != "upgrade" ]; then
+ update-alternatives --remove pd /usr/bin/pd-extended
+fi