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