diff options
author | Michele Calgaro <[email protected]> | 2019-08-15 10:25:37 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-08-15 10:25:37 +0900 |
commit | 400a76c41cab391cecac1faadb186385266f3d1d (patch) | |
tree | 502795038789fb3d12c15b34baeda877df675f3b /ubuntu/_base/dependencies/qt3/debian/qt3-qtconfig.postinst | |
parent | f6042194a160d58772626035fa59604da08e06e0 (diff) | |
download | tde-packaging-400a76c41cab391cecac1faadb186385266f3d1d.tar.gz tde-packaging-400a76c41cab391cecac1faadb186385266f3d1d.zip |
Removed submodule Qt3 from TDE as discusses in TDE/tqt3#16
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'ubuntu/_base/dependencies/qt3/debian/qt3-qtconfig.postinst')
-rw-r--r-- | ubuntu/_base/dependencies/qt3/debian/qt3-qtconfig.postinst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ubuntu/_base/dependencies/qt3/debian/qt3-qtconfig.postinst b/ubuntu/_base/dependencies/qt3/debian/qt3-qtconfig.postinst deleted file mode 100644 index be89a0151..000000000 --- a/ubuntu/_base/dependencies/qt3/debian/qt3-qtconfig.postinst +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -set -e - -update-alternatives --install \ - /usr/bin/qtconfig qtconfig "/usr/bin/qtconfig-qt3" "45" \ - --slave /usr/share/man/man1/qtconfig.1.gz qtconfig.1.gz \ - "/usr/share/man/man1/qtconfig-qt3.1.gz" - -#DEBHELPER# |