summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-desktop
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postrm-desktop')
-rw-r--r--autoscripts/postrm-desktop3
1 files changed, 0 insertions, 3 deletions
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