diff options
Diffstat (limited to 'community/mplayer-vaapi/mplayer-vaapi.install')
-rw-r--r-- | community/mplayer-vaapi/mplayer-vaapi.install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/mplayer-vaapi/mplayer-vaapi.install b/community/mplayer-vaapi/mplayer-vaapi.install deleted file mode 100644 index a44f19aef..000000000 --- a/community/mplayer-vaapi/mplayer-vaapi.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - update-desktop-database -q -} -post_upgrade() { - post_install -} -post_remove() { - post_install -} - -# vim:set ts=2 sw=2 et: |