diff options
Diffstat (limited to 'debian/libqt4-dev.postinst')
-rw-r--r-- | debian/libqt4-dev.postinst | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/debian/libqt4-dev.postinst b/debian/libqt4-dev.postinst deleted file mode 100644 index 9e3c347..0000000 --- a/debian/libqt4-dev.postinst +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -set -e - -update-alternatives --install \ - /usr/bin/moc moc "/usr/bin/moc-qt4" "40" \ - --slave /usr/share/man/man1/moc.1.gz moc.1.gz \ - "/usr/share/man/man1/moc-qt4.1.gz" - -update-alternatives --install \ - /usr/bin/uic uic "/usr/bin/uic-qt4" "40" \ - --slave /usr/share/man/man1/uic.1.gz uic.1.gz \ - "/usr/share/man/man1/uic-qt4.1.gz" - -#DEBHELPER# |