diff options
Diffstat (limited to 'community/spacefm/spacefm.install')
-rw-r--r-- | community/spacefm/spacefm.install | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/community/spacefm/spacefm.install b/community/spacefm/spacefm.install new file mode 100644 index 000000000..f2954aa73 --- /dev/null +++ b/community/spacefm/spacefm.install @@ -0,0 +1,14 @@ +post_install() { + update-mime-database usr/share/mime > /dev/null + update-desktop-database -q + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + [ -d /usr/share/icons/Faenza ] && gtk-update-icon-cache -q -t -f /usr/share/icons/Faenza +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |