summaryrefslogtreecommitdiff
path: root/community/gpicview/gpicview.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/gpicview/gpicview.install')
-rw-r--r--community/gpicview/gpicview.install7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/gpicview/gpicview.install b/community/gpicview/gpicview.install
index bc3abcd40..ec506fa93 100644
--- a/community/gpicview/gpicview.install
+++ b/community/gpicview/gpicview.install
@@ -1,11 +1,12 @@
post_install() {
- update-desktop-database -q
+ update-desktop-database -q
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
- post_install
+ post_install
}
post_remove() {
- post_install
+ post_install
}