diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-04 13:04:30 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-04 13:31:16 +0900 |
commit | 2b8fd47f124fb980fbcaf6a1def412782d20490b (patch) | |
tree | b997e99e1a009bc814c4118e027515d5dc6bd857 /dilos/dependencies/tqt3/debian/tqt3-dev-tools.prerm | |
parent | 78f8fb896f6c763e59f0e7a4e41c62534caf2071 (diff) | |
download | tde-packaging-2b8fd47f124fb980fbcaf6a1def412782d20490b.tar.gz tde-packaging-2b8fd47f124fb980fbcaf6a1def412782d20490b.zip |
DEB tqt3: rename qmake to tqmakedeb/tqt3/tqmake
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'dilos/dependencies/tqt3/debian/tqt3-dev-tools.prerm')
-rw-r--r-- | dilos/dependencies/tqt3/debian/tqt3-dev-tools.prerm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dilos/dependencies/tqt3/debian/tqt3-dev-tools.prerm b/dilos/dependencies/tqt3/debian/tqt3-dev-tools.prerm index 1f8b6a46c..3deeda1c2 100644 --- a/dilos/dependencies/tqt3/debian/tqt3-dev-tools.prerm +++ b/dilos/dependencies/tqt3/debian/tqt3-dev-tools.prerm @@ -12,7 +12,6 @@ case "$1" in update-alternatives --remove uic "/usr/bin/tquic" update-alternatives --remove lupdate "/usr/bin/tqlupdate" update-alternatives --remove lrelease "/usr/bin/tqlrelease" - update-alternatives --remove qmake "/usr/bin/tqmake" ;; esac |