diff options
Diffstat (limited to 'community/picard/install')
-rw-r--r-- | community/picard/install | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/community/picard/install b/community/picard/install deleted file mode 100644 index b46fab005..000000000 --- a/community/picard/install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &>/dev/null - update-desktop-database -q &>/dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} |