diff options
author | James Meyer <james.meyer@operamail.com> | 2012-11-26 15:03:19 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-11-26 15:03:19 (GMT) |
commit | 786685fc0b81f22f2219906de049c60b06f9d306 (patch) | |
tree | 6ea35373fbec10f895f977f1a7cc52270d51879e /abs/extra/p7zip/install | |
parent | 91f5887226eac4fd2caac4c8adbf5809b5be01a2 (diff) | |
download | linhes_pkgbuild-786685fc0b81f22f2219906de049c60b06f9d306.zip linhes_pkgbuild-786685fc0b81f22f2219906de049c60b06f9d306.tar.gz linhes_pkgbuild-786685fc0b81f22f2219906de049c60b06f9d306.tar.bz2 |
p7zip: 9.20.1
Diffstat (limited to 'abs/extra/p7zip/install')
-rw-r--r-- | abs/extra/p7zip/install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/abs/extra/p7zip/install b/abs/extra/p7zip/install new file mode 100644 index 0000000..7f3cc43 --- /dev/null +++ b/abs/extra/p7zip/install @@ -0,0 +1,13 @@ +post_install() { + [[ -x usr/bin/update-desktop-database ]] && update-desktop-database -q || true + [[ -x usr/bin/gtk-update-icon-cache ]] && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor || true +} + +post_upgrade() { + post_install +} + + +post_remove() { + post_install +} |