]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postrm-desktop
dh_desktop: Now a deprecated no-op, since desktop-file-utils uses triggers. Closes...
[debhelper.git] / autoscripts / postrm-desktop
diff --git a/autoscripts/postrm-desktop b/autoscripts/postrm-desktop
deleted file mode 100644 (file)
index 38dd191..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ "$1" = "remove" ] && which update-desktop-database >/dev/null 2>&1 ; then
-       update-desktop-database -q
-fi