diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-04-17 13:57:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-04-17 13:57:20 +0900 |
commit | 2d59086b104acd7b4711fd067c9bb4480158e6ab (patch) | |
tree | 7d3d9aff90930e65a491c055510aba94debc6da9 /ubuntu/precise/dependencies/tqt3/debian/tqt3-dev-tools.postinst | |
parent | 55b519366b1dcd7ab5b2f1f720d275b33fc4bd49 (diff) | |
download | tde-packaging-2d59086b104acd7b4711fd067c9bb4480158e6ab.tar.gz tde-packaging-2d59086b104acd7b4711fd067c9bb4480158e6ab.zip |
Removed Ubuntu/precise folder
Diffstat (limited to 'ubuntu/precise/dependencies/tqt3/debian/tqt3-dev-tools.postinst')
-rw-r--r-- | ubuntu/precise/dependencies/tqt3/debian/tqt3-dev-tools.postinst | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/ubuntu/precise/dependencies/tqt3/debian/tqt3-dev-tools.postinst b/ubuntu/precise/dependencies/tqt3/debian/tqt3-dev-tools.postinst deleted file mode 100644 index b6c833de8..000000000 --- a/ubuntu/precise/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# |