diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-12-04 22:04:50 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-12-04 22:04:50 +0100 |
commit | 280cd7b5541219ea4c0155a2b769fe90d4a59c5f (patch) | |
tree | 46d18c1bf7c5efb4b8374c7c4718746703790808 /ubuntu/maverick/applications/tdeio-umountwrapper/debian/postrm | |
parent | f0e34da01a2c7e1f1401a94977ce4130709e372f (diff) | |
parent | ae49825dd56fc5c18e7590d3599b93a5fa9b0265 (diff) | |
download | tde-packaging-280cd7b5541219ea4c0155a2b769fe90d4a59c5f.tar.gz tde-packaging-280cd7b5541219ea4c0155a2b769fe90d4a59c5f.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/applications/tdeio-umountwrapper/debian/postrm')
-rw-r--r-- | ubuntu/maverick/applications/tdeio-umountwrapper/debian/postrm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ubuntu/maverick/applications/tdeio-umountwrapper/debian/postrm b/ubuntu/maverick/applications/tdeio-umountwrapper/debian/postrm index 18fc57ee1..9a4c04dbd 100644 --- a/ubuntu/maverick/applications/tdeio-umountwrapper/debian/postrm +++ b/ubuntu/maverick/applications/tdeio-umountwrapper/debian/postrm @@ -1,7 +1,7 @@ #! /bin/sh -# -*- Mode: Sh -*- +# -*- Mode: Sh -*- # Author: Frode M. Døving <frode@lnix.net> (C) 2007 -# +# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or @@ -23,6 +23,7 @@ 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 @@ -38,6 +39,7 @@ case "$1" in # 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/ ;; |