From 01ec0b02aa06f666b4b0e89abf9cf5932ef99074 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 1 May 2013 16:12:42 -0300 Subject: lightspark: add new package to [pcr] repo --- pcr/lightspark/lightspark.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pcr/lightspark/lightspark.install (limited to 'pcr/lightspark/lightspark.install') diff --git a/pcr/lightspark/lightspark.install b/pcr/lightspark/lightspark.install new file mode 100644 index 000000000..bce670aff --- /dev/null +++ b/pcr/lightspark/lightspark.install @@ -0,0 +1,12 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.2.3