summaryrefslogtreecommitdiff
path: root/community/subtitleeditor/subtitleeditor.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/subtitleeditor/subtitleeditor.install')
-rw-r--r--community/subtitleeditor/subtitleeditor.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/subtitleeditor/subtitleeditor.install b/community/subtitleeditor/subtitleeditor.install
index b711352cb..dcc06de40 100644
--- a/community/subtitleeditor/subtitleeditor.install
+++ b/community/subtitleeditor/subtitleeditor.install
@@ -1,5 +1,6 @@
post_install() {
- which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
}
post_upgrade() {