diff options
Diffstat (limited to 'community/clementine/clementine.install')
-rw-r--r-- | community/clementine/clementine.install | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/community/clementine/clementine.install b/community/clementine/clementine.install deleted file mode 100644 index 2f0338d8a..000000000 --- a/community/clementine/clementine.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-desktop-database -q -} - -post_upgrade() { - post_install $1 -} - - -post_remove() { - post_install $1 -} |