From f8041d5d9cb07b133bf8acf76ed6cc86de5ecff7 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sat, 13 Jun 2015 18:59:26 -0500 Subject: smplayer: add new package to [libre] --- libre/smplayer/smplayer.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libre/smplayer/smplayer.install (limited to 'libre/smplayer/smplayer.install') diff --git a/libre/smplayer/smplayer.install b/libre/smplayer/smplayer.install new file mode 100644 index 000000000..6481cee07 --- /dev/null +++ b/libre/smplayer/smplayer.install @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.2.3-54-g00ecf