summarylogtreecommitdiffstats
path: root/xmlcopyeditor.install
diff options
context:
space:
mode:
Diffstat (limited to 'xmlcopyeditor.install')
-rw-r--r--xmlcopyeditor.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlcopyeditor.install b/xmlcopyeditor.install
index e5d1394fe80b..1d146bec3218 100644
--- a/xmlcopyeditor.install
+++ b/xmlcopyeditor.install
@@ -1,6 +1,6 @@
# arg 1: the new package version
post_install() {
- update-desktop-database -q
+/bin/true
}
# arg 1: the new package version
@@ -15,7 +15,7 @@ pre_remove() {
}
post_remove() {
- update-desktop-database -q
+/bin/true
}
op=$1