diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-20 12:18:40 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-20 12:18:40 -0400 |
commit | 6776f9f1891d80592d867b82b63863a31c174982 (patch) | |
tree | 6761046417abad21850e6cd85e79b21ec117bbf5 /libre/spacefm-libre/spacefm.install | |
parent | 76ed0ac12ddb7709072e79aa2ce4c6058a17e2b8 (diff) | |
parent | 9cbd09c3ed3e4eae8919c0bc1d7b79e93d296f72 (diff) | |
download | abslibre-6776f9f1891d80592d867b82b63863a31c174982.tar.gz abslibre-6776f9f1891d80592d867b82b63863a31c174982.tar.bz2 abslibre-6776f9f1891d80592d867b82b63863a31c174982.zip |
Merge branch 'master' of git://projects.parabolagnulinux.org/abslibre
Diffstat (limited to 'libre/spacefm-libre/spacefm.install')
-rw-r--r-- | libre/spacefm-libre/spacefm.install | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libre/spacefm-libre/spacefm.install b/libre/spacefm-libre/spacefm.install new file mode 100644 index 000000000..76a5d56b9 --- /dev/null +++ b/libre/spacefm-libre/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 +} |