summarylogtreecommitdiffstats
path: root/xyscan.install
diff options
context:
space:
mode:
Diffstat (limited to 'xyscan.install')
-rw-r--r--xyscan.install7
1 files changed, 3 insertions, 4 deletions
diff --git a/xyscan.install b/xyscan.install
index 6cf972aacc63..a957b6034e90 100644
--- a/xyscan.install
+++ b/xyscan.install
@@ -1,12 +1,11 @@
post_install() {
- [ -x /usr/bin/gtk-update-icon-cache ] && gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
- [ -x /usr/bin/update-desktop-database ] && /usr/bin/update-desktop-database -q
+ [ -x /usr/bin/update-desktop-database ] && /usr/bin/update-desktop-database -q
}
post_upgrade() {
- post_install $1
+ post_install $1
}
post_remove() {
- post_install $1
+ post_install $1
}