From 035f2fd609cd247ac0430f15cad3af94ce79f5f8 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Thu, 4 Sep 2014 01:39:21 -0300 Subject: rename to clementine --- libre/clementine/clementine.install | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 libre/clementine/clementine.install (limited to 'libre/clementine/clementine.install') diff --git a/libre/clementine/clementine.install b/libre/clementine/clementine.install new file mode 100644 index 000000000..927a10258 --- /dev/null +++ b/libre/clementine/clementine.install @@ -0,0 +1,15 @@ +post_install() { + gtk-update-icon-cache -ftq usr/share/icons/hicolor + update-desktop-database -q +} + +post_upgrade() { + post_install +} + + +post_remove() { + post_install +} + +# vim: ts=2 sw=2 et: -- cgit v1.2.3