summaryrefslogtreecommitdiff
path: root/community-testing/picard/install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-06-29 00:01:58 +0000
committerroot <root@rshg054.dnsready.net>2012-06-29 00:01:58 +0000
commiteb4c1f17fe6790f814a67378ed66bddbb93def96 (patch)
tree8d9a601807e65342ae8c6c59df40ffd168403e8f /community-testing/picard/install
parentad4cbb616af1b40790c6533f1d5b98dbd7aaa199 (diff)
Fri Jun 29 00:01:58 UTC 2012
Diffstat (limited to 'community-testing/picard/install')
-rw-r--r--community-testing/picard/install12
1 files changed, 12 insertions, 0 deletions
diff --git a/community-testing/picard/install b/community-testing/picard/install
new file mode 100644
index 000000000..b46fab005
--- /dev/null
+++ b/community-testing/picard/install
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+ update-desktop-database -q &>/dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}