From b0bc002fab7222d3693f6cf15a8c82ee3912d728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sorin-Mihai=20V=C3=A2rgolici?= Date: Wed, 30 Mar 2011 23:31:13 +0300 Subject: update --- libre/mplayer-libre/mplayer.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libre/mplayer-libre/mplayer.install (limited to 'libre/mplayer-libre/mplayer.install') 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 +} -- cgit v1.2.3-2-g168b