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