diff options
Diffstat (limited to 'autoscripts/postinst-desktop')
-rw-r--r-- | autoscripts/postinst-desktop | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/autoscripts/postinst-desktop b/autoscripts/postinst-desktop deleted file mode 100644 index ff6e6a1..0000000 --- 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 |