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