diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-12-01 20:25:49 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-12-01 20:25:49 +0100 |
commit | 652dadf08b1c2bc4f8bc673e47b27ebbe91487cd (patch) | |
tree | a249fe7a9016fb144aa4287e9209374dd81bb79c /ubuntu/_base/tdebase/debian | |
parent | 03f2e384c3a6d25d59b3569cfe1291c443567aa5 (diff) | |
download | tde-packaging-652dadf08b1c2bc4f8bc673e47b27ebbe91487cd.tar.gz tde-packaging-652dadf08b1c2bc4f8bc673e47b27ebbe91487cd.zip |
DEB tdebase: Do not remove TDM init scripts from /etc by prerm script
because these files are managed by dpkg as configuration files and
when these files are deleted, a new version of the files is not
installed from the package.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/_base/tdebase/debian')
-rw-r--r-- | ubuntu/_base/tdebase/debian/tdm-trinity.prerm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ubuntu/_base/tdebase/debian/tdm-trinity.prerm b/ubuntu/_base/tdebase/debian/tdm-trinity.prerm index 6247adb1f..23de3a247 100644 --- a/ubuntu/_base/tdebase/debian/tdm-trinity.prerm +++ b/ubuntu/_base/tdebase/debian/tdm-trinity.prerm @@ -97,12 +97,6 @@ else fi fi -if [ -n "$REMOVING" ]; then - rm -f /etc/init.d/tdm-trinity - [ ! -e /etc/init/tdm-trinity.conf ] || \ - rm -f /etc/init/tdm-trinity.conf -fi - DEFAULT_DISPLAY_MANAGER_FILE=/etc/X11/default-display-manager if [ "$1" = "remove" -o "$1" = "deconfigure" ]; then |