From 224ff53c78c2e8df8c6ac3f5b84964a9fd228ee3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Tue, 26 Aug 2014 07:04:44 -0300 Subject: add parabola suffix on some packages --- libre/mplayer-parabola/mplayer.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libre/mplayer-parabola/mplayer.install (limited to 'libre/mplayer-parabola/mplayer.install') diff --git a/libre/mplayer-parabola/mplayer.install b/libre/mplayer-parabola/mplayer.install new file mode 100644 index 000000000..660593cf5 --- /dev/null +++ b/libre/mplayer-parabola/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