summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/dependencies/qt3/debian/qt3-assistant.prerm
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-22 16:48:05 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-22 16:48:05 -0500
commita60484dd14c5668eb121c33fa44577b1b7e59b5e (patch)
tree4bea7d7b943afa22f46f5aa943749eabf743e106 /ubuntu/maverick/dependencies/qt3/debian/qt3-assistant.prerm
parent98f3f6433889e53ea37744c8ee953a51b92d2ef4 (diff)
downloadtde-packaging-a60484dd14c5668eb121c33fa44577b1b7e59b5e.tar.gz
tde-packaging-a60484dd14c5668eb121c33fa44577b1b7e59b5e.zip
Added qt3 to maverick
Diffstat (limited to 'ubuntu/maverick/dependencies/qt3/debian/qt3-assistant.prerm')
-rw-r--r--ubuntu/maverick/dependencies/qt3/debian/qt3-assistant.prerm12
1 files changed, 12 insertions, 0 deletions
diff --git a/ubuntu/maverick/dependencies/qt3/debian/qt3-assistant.prerm b/ubuntu/maverick/dependencies/qt3/debian/qt3-assistant.prerm
new file mode 100644
index 000000000..9bcf8c713
--- /dev/null
+++ b/ubuntu/maverick/dependencies/qt3/debian/qt3-assistant.prerm
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+ upgrade) ;;
+ remove|failed-upgrade|deconfigure)
+ update-alternatives --remove assistant "/usr/bin/assistant-qt3"
+ ;;
+esac
+
+#DEBHELPER#