diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-01 16:12:42 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-01 16:12:42 -0300 |
commit | 01ec0b02aa06f666b4b0e89abf9cf5932ef99074 (patch) | |
tree | bb3cd7684f486a0382eb4951774350e74754ef44 /pcr/lightspark/lightspark.install | |
parent | 60a4d258071a50331200140cf2e91b44fb39c03a (diff) | |
download | abslibre-01ec0b02aa06f666b4b0e89abf9cf5932ef99074.tar.gz abslibre-01ec0b02aa06f666b4b0e89abf9cf5932ef99074.tar.bz2 abslibre-01ec0b02aa06f666b4b0e89abf9cf5932ef99074.zip |
lightspark: add new package to [pcr] repo
Diffstat (limited to 'pcr/lightspark/lightspark.install')
-rw-r--r-- | pcr/lightspark/lightspark.install | 12 |
1 files changed, 12 insertions, 0 deletions
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 +} |