summaryrefslogtreecommitdiff
path: root/libre/spacefm/spacefm.install
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-04 21:39:04 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-04 21:39:04 -0300
commitcdb42980694959a58b91d1fc9d64326e392e5099 (patch)
tree1ffd43018629f238ed82c1aabef01c931eb5566d /libre/spacefm/spacefm.install
parentbedbda01eaa67925d6c46a9b36256404bf106456 (diff)
parent6a928e2a05c80478bc9ff7ca0fe97140f33600ea (diff)
downloadabslibre-cdb42980694959a58b91d1fc9d64326e392e5099.tar.gz
abslibre-cdb42980694959a58b91d1fc9d64326e392e5099.tar.bz2
abslibre-cdb42980694959a58b91d1fc9d64326e392e5099.zip
Merge branch 'master' of ssh://lukeshu.com:1863/srv/git/mirror/parabola/abslibre
Diffstat (limited to 'libre/spacefm/spacefm.install')
-rw-r--r--libre/spacefm/spacefm.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/libre/spacefm/spacefm.install b/libre/spacefm/spacefm.install
new file mode 100644
index 000000000..76a5d56b9
--- /dev/null
+++ b/libre/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
+}