diff options
Diffstat (limited to 'abs/core/mplayer/mplayer.install')
-rw-r--r-- | abs/core/mplayer/mplayer.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core/mplayer/mplayer.install b/abs/core/mplayer/mplayer.install new file mode 100644 index 0000000..660593c --- /dev/null +++ b/abs/core/mplayer/mplayer.install @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |