summaryrefslogtreecommitdiffstats
path: root/ubuntu/raring/dependencies/tqt3/debian/tqt3-dev-tools.postinst
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-04-17 13:53:27 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-04-17 13:53:27 +0900
commit7ceb46211ddfdbfd07b79e9cd2077ed0605ef47e (patch)
tree6a309da61ff8fad680a38dd405e7066646262cfa /ubuntu/raring/dependencies/tqt3/debian/tqt3-dev-tools.postinst
parente43a1170040313d3384f0eefdf7a071059b9c2a9 (diff)
downloadtde-packaging-7ceb46211ddfdbfd07b79e9cd2077ed0605ef47e.tar.gz
tde-packaging-7ceb46211ddfdbfd07b79e9cd2077ed0605ef47e.zip
Removed Ubuntu/raring folder
Diffstat (limited to 'ubuntu/raring/dependencies/tqt3/debian/tqt3-dev-tools.postinst')
-rw-r--r--ubuntu/raring/dependencies/tqt3/debian/tqt3-dev-tools.postinst28
1 files changed, 0 insertions, 28 deletions
diff --git a/ubuntu/raring/dependencies/tqt3/debian/tqt3-dev-tools.postinst b/ubuntu/raring/dependencies/tqt3/debian/tqt3-dev-tools.postinst
deleted file mode 100644
index b6c833de8..000000000
--- a/ubuntu/raring/dependencies/tqt3/debian/tqt3-dev-tools.postinst
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-
-set -e
-
-update-alternatives --install \
- /usr/bin/moc moc "/usr/bin/tqmoc" "45" \
- --slave /usr/share/man/man1/moc.1.gz moc.1.gz \
- "/usr/share/man/man1/moc-tqt3.1.gz"
-
-update-alternatives --install \
- /usr/bin/uic uic "/usr/bin/tquic" "45" \
- --slave /usr/share/man/man1/uic.1.gz uic.1.gz \
- "/usr/share/man/man1/uic-tqt3.1.gz"
-
-update-alternatives --install \
- /usr/bin/lupdate lupdate "/usr/bin/tqlupdate" "45" \
- --slave /usr/share/man/man1/lupdate.1.gz lupdate.1.gz \
- "/usr/share/man/man1/lupdate-tqt3.1.gz"
-
-update-alternatives --install \
- /usr/bin/lrelease lrelease "/usr/bin/tqlrelease" "45" \
- --slave /usr/share/man/man1/lrelease.1.gz lrelease.1.gz \
- "/usr/share/man/man1/lrelease-tqt3.1.gz"
-
-update-alternatives --install \
- /usr/bin/qmake qmake "/usr/bin/tqmake" "45" \
-
-#DEBHELPER#