diff options
author | Michele Calgaro <[email protected]> | 2019-08-15 10:24:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-08-15 10:24:25 +0900 |
commit | 07a420b6e74fe2d3cbec1153d86f55a782c3f31f (patch) | |
tree | 1015e9d2c0c095a33e414763f61ea2a6369b97a6 /ubuntu/_base/dependencies/qt3/debian/libqt3-mt.postrm | |
parent | bd6c830fdacfdab6c8b6130ee365a7791b0b1157 (diff) | |
download | tde-packaging-07a420b6e74fe2d3cbec1153d86f55a782c3f31f.tar.gz tde-packaging-07a420b6e74fe2d3cbec1153d86f55a782c3f31f.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/libqt3-mt.postrm')
-rw-r--r-- | ubuntu/_base/dependencies/qt3/debian/libqt3-mt.postrm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ubuntu/_base/dependencies/qt3/debian/libqt3-mt.postrm b/ubuntu/_base/dependencies/qt3/debian/libqt3-mt.postrm deleted file mode 100644 index 5f09e318d..000000000 --- a/ubuntu/_base/dependencies/qt3/debian/libqt3-mt.postrm +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -if [ "$1" = "purge" ]; then - if [ -d "/usr/share/doc/libqt3-mt/" ]; then - rm -rf /usr/share/doc/libqt3-mt/ - fi -fi - -#DEBHELPER# |