diff options
author | Francois Andriot <francois.andriot@free.fr> | 2012-06-23 10:26:33 +0200 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2012-06-23 10:26:33 +0200 |
commit | 55105d15adb9e935e1d7a88b41367017753ace9f (patch) | |
tree | c726f529c11ef486acf2a63c8464e6cc7ff59457 /ubuntu/maverick/dependencies/tqt3/debian/tqt3-dev-tools.postinst | |
parent | c9be07821c8511cb8fe2649392fbd3942d756f72 (diff) | |
parent | 2415145b9c835be7ff154da29dc76a19aa6a18db (diff) | |
download | tde-packaging-55105d15adb9e935e1d7a88b41367017753ace9f.tar.gz tde-packaging-55105d15adb9e935e1d7a88b41367017753ace9f.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/dependencies/tqt3/debian/tqt3-dev-tools.postinst')
-rw-r--r-- | ubuntu/maverick/dependencies/tqt3/debian/tqt3-dev-tools.postinst | 12 |
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# |