summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/dependencies/tqt3/debian/tqt3-dev-tools.postinst
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-19 16:53:49 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-19 16:53:49 -0500
commit98b46f1d90f733ae213d789a7c4cd9b8cc414951 (patch)
tree98a2a70007a195a6797524b4393cc9e2393df559 /ubuntu/maverick/dependencies/tqt3/debian/tqt3-dev-tools.postinst
parent2f05b4509abd4f1bc9f7c27de97d8319e92d4aae (diff)
downloadtde-packaging-98b46f1d90f733ae213d789a7c4cd9b8cc414951.tar.gz
tde-packaging-98b46f1d90f733ae213d789a7c4cd9b8cc414951.zip
Update tqt3 packaging
Diffstat (limited to 'ubuntu/maverick/dependencies/tqt3/debian/tqt3-dev-tools.postinst')
-rw-r--r--ubuntu/maverick/dependencies/tqt3/debian/tqt3-dev-tools.postinst12
1 files changed, 6 insertions, 6 deletions
diff --git a/ubuntu/maverick/dependencies/tqt3/debian/tqt3-dev-tools.postinst b/ubuntu/maverick/dependencies/tqt3/debian/tqt3-dev-tools.postinst
index 75022d56f..b6c833de8 100644
--- a/ubuntu/maverick/dependencies/tqt3/debian/tqt3-dev-tools.postinst
+++ b/ubuntu/maverick/dependencies/tqt3/debian/tqt3-dev-tools.postinst
@@ -3,26 +3,26 @@
set -e
update-alternatives --install \
- /usr/bin/moc moc "/usr/bin/moc-tqt3" "45" \
+ /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/uic-tqt3" "45" \
+ /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/lupdate-tqt3" "45" \
+ /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/lrelease-tqt3" "45" \
+ /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/qmake-tqt3" "45" \
+ /usr/bin/qmake qmake "/usr/bin/tqmake" "45" \
#DEBHELPER#