summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/dependencies/qt3/debian/qt3-dev-tools.prerm
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-08-15 10:24:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-08-15 10:24:25 +0900
commit07a420b6e74fe2d3cbec1153d86f55a782c3f31f (patch)
tree1015e9d2c0c095a33e414763f61ea2a6369b97a6 /ubuntu/_base/dependencies/qt3/debian/qt3-dev-tools.prerm
parentbd6c830fdacfdab6c8b6130ee365a7791b0b1157 (diff)
downloadtde-packaging-07a420b6e74fe2d3cbec1153d86f55a782c3f31f.tar.gz
tde-packaging-07a420b6e74fe2d3cbec1153d86f55a782c3f31f.zip
Removed submodule Qt3 from TDE as discusses in TDE/tqt3#16
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/_base/dependencies/qt3/debian/qt3-dev-tools.prerm')
-rw-r--r--ubuntu/_base/dependencies/qt3/debian/qt3-dev-tools.prerm16
1 files changed, 0 insertions, 16 deletions
diff --git a/ubuntu/_base/dependencies/qt3/debian/qt3-dev-tools.prerm b/ubuntu/_base/dependencies/qt3/debian/qt3-dev-tools.prerm
deleted file mode 100644
index 3db3df44b..000000000
--- a/ubuntu/_base/dependencies/qt3/debian/qt3-dev-tools.prerm
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
- upgrade) ;;
- remove|failed-upgrade|deconfigure)
- update-alternatives --remove moc "/usr/bin/moc-qt3"
- update-alternatives --remove uic "/usr/bin/uic-qt3"
- update-alternatives --remove lupdate "/usr/bin/lupdate-qt3"
- update-alternatives --remove lrelease "/usr/bin/lrelease-qt3"
- update-alternatives --remove qmake "/usr/bin/qmake-qt3"
- ;;
-esac
-
-#DEBHELPER#