summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-desktop
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-04-10 15:37:36 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-04-10 15:37:36 -0400
commit877c62f70a904c1f549fbee9f763345bc19c6697 (patch)
treecf784a0e12027d46a4e1ea8f7deed04b4f3540e8 /autoscripts/postrm-desktop
parentf2c0117a7d1585401dea0cad7a23b59c3b311681 (diff)
dh_desktop: Now a deprecated no-op, since desktop-file-utils uses triggers. Closes: #523474 (also Closes: #521960, #407701 as no longer applicable)
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