summarylogtreecommitdiffstats
path: root/tageditor.install
diff options
context:
space:
mode:
Diffstat (limited to 'tageditor.install')
-rw-r--r--tageditor.install7
1 files changed, 4 insertions, 3 deletions
diff --git a/tageditor.install b/tageditor.install
index 547348418df4..5495fb1b5d27 100644
--- a/tageditor.install
+++ b/tageditor.install
@@ -1,11 +1,12 @@
post_install() {
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
}
post_upgrade() {
- post_install
+ post_install
}
post_remove() {
- post_install
+ post_install
}