diff options
Diffstat (limited to 'community/djview4/install')
-rw-r--r-- | community/djview4/install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community/djview4/install b/community/djview4/install new file mode 100644 index 000000000..b0409600c --- /dev/null +++ b/community/djview4/install @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true + update-desktop-database -q || true +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |