summaryrefslogtreecommitdiff
path: root/community/picard/picard.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/picard/picard.install')
-rw-r--r--community/picard/picard.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/picard/picard.install b/community/picard/picard.install
deleted file mode 100644
index c0797237a..000000000
--- a/community/picard/picard.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}