From 98b46f1d90f733ae213d789a7c4cd9b8cc414951 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 19 Jun 2012 16:53:49 -0500 Subject: Update tqt3 packaging --- .../dependencies/tqt3/debian/tqt3-dev-tools.postinst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ubuntu/maverick/dependencies/tqt3/debian/tqt3-dev-tools.postinst') 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# -- cgit v1.2.1