summaryrefslogtreecommitdiffstats
path: root/debian/_base/applications/tdeio-umountwrapper/debian/postrm
diff options
context:
space:
mode:
Diffstat (limited to 'debian/_base/applications/tdeio-umountwrapper/debian/postrm')
-rw-r--r--debian/_base/applications/tdeio-umountwrapper/debian/postrm5
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/_base/applications/tdeio-umountwrapper/debian/postrm b/debian/_base/applications/tdeio-umountwrapper/debian/postrm
index 705c5b806..0768709b6 100644
--- a/debian/_base/applications/tdeio-umountwrapper/debian/postrm
+++ b/debian/_base/applications/tdeio-umountwrapper/debian/postrm
@@ -23,7 +23,6 @@ package_name=tdeio-umountwrapper-trinity
# make sure than the directories exist before running dpkg-divert
mkdir -p /opt/trinity/share/apps/konqueror/servicemenus/
-mkdir -p /opt/trinity/share/apps/dolphin/servicemenus/
mkdir -p /opt/trinity/share/apps/d3lphin/servicemenus/
case "$1" in
@@ -32,14 +31,10 @@ case "$1" in
/opt/trinity/share/apps/konqueror/servicemenus/media_safelyremove.desktop
dpkg-divert --package $package_name --rename --remove \
- /opt/trinity/share/apps/dolphin/servicemenus/media_safelyremove.desktop
-
- dpkg-divert --package $package_name --rename --remove \
/opt/trinity/share/apps/d3lphin/servicemenus/media_safelyremove.desktop
# try to remove the dirs we've created for pkg-divert
rmdir --ignore-fail-on-non-empty /opt/trinity/share/apps/konqueror/servicemenus/
- rmdir --ignore-fail-on-non-empty /opt/trinity/share/apps/dolphin/servicemenus/
rmdir --ignore-fail-on-non-empty /opt/trinity/share/apps/d3lphin/servicemenus/
;;