diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2019-09-22 15:32:10 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2019-09-22 17:33:04 -0400 |
commit | b85f23573b96ea439d9f8bb598cf85d76d2f17c1 (patch) | |
tree | 0738b33312a716c18fafeea3406cd148a9d0a1d1 /pcr/lightspark/lightspark.install | |
parent | 1d408dde55e2a3e8e8b4292e73822c8a1b31a919 (diff) | |
download | abslibre-b85f23573b96ea439d9f8bb598cf85d76d2f17c1.tar.gz abslibre-b85f23573b96ea439d9f8bb598cf85d76d2f17c1.tar.bz2 abslibre-b85f23573b96ea439d9f8bb598cf85d76d2f17c1.zip |
[lightspark][lightspark-git]: replace -git package with stable release
Diffstat (limited to 'pcr/lightspark/lightspark.install')
-rw-r--r-- | pcr/lightspark/lightspark.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pcr/lightspark/lightspark.install b/pcr/lightspark/lightspark.install new file mode 100644 index 000000000..27ec2eb20 --- /dev/null +++ b/pcr/lightspark/lightspark.install @@ -0,0 +1,13 @@ +post_install() { + update-desktop-database -q + update-mime-database usr/share/mime + gtk-update-icon-cache usr/share/icons/hicolor +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |