diff options
Diffstat (limited to 'libre/p7zip-libre/install')
-rw-r--r-- | libre/p7zip-libre/install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/p7zip-libre/install b/libre/p7zip-libre/install new file mode 100644 index 000000000..7f3cc4358 --- /dev/null +++ b/libre/p7zip-libre/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 +} |