summaryrefslogtreecommitdiff
path: root/autoscripts
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts')
-rw-r--r--autoscripts/postinst-desktop3
-rw-r--r--autoscripts/postrm-desktop3
2 files changed, 0 insertions, 6 deletions
diff --git a/autoscripts/postinst-desktop b/autoscripts/postinst-desktop
deleted file mode 100644
index ff6e6a12..00000000
--- a/autoscripts/postinst-desktop
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ "$1" = "configure" ] && which update-desktop-database >/dev/null 2>&1 ; then
- update-desktop-database -q
-fi
diff --git a/autoscripts/postrm-desktop b/autoscripts/postrm-desktop
deleted file mode 100644
index 38dd191c..00000000
--- a/autoscripts/postrm-desktop
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ "$1" = "remove" ] && which update-desktop-database >/dev/null 2>&1 ; then
- update-desktop-database -q
-fi