diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-04-10 15:37:36 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-04-10 15:37:36 -0400 |
commit | 877c62f70a904c1f549fbee9f763345bc19c6697 (patch) | |
tree | cf784a0e12027d46a4e1ea8f7deed04b4f3540e8 /autoscripts | |
parent | f2c0117a7d1585401dea0cad7a23b59c3b311681 (diff) | |
download | debhelper-877c62f70a904c1f549fbee9f763345bc19c6697.tar.gz |
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')
-rw-r--r-- | autoscripts/postinst-desktop | 3 | ||||
-rw-r--r-- | autoscripts/postrm-desktop | 3 |
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 |