summaryrefslogtreecommitdiff
path: root/community-staging/pragha/pragha.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/pragha/pragha.install')
-rw-r--r--community-staging/pragha/pragha.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/community-staging/pragha/pragha.install b/community-staging/pragha/pragha.install
new file mode 100644
index 000000000..ff5a644bd
--- /dev/null
+++ b/community-staging/pragha/pragha.install
@@ -0,0 +1,10 @@
+post_install() {
+ gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_remove() {
+ gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
+ update-desktop-database -q
+}
+