summaryrefslogtreecommitdiff
path: root/libre/spacefm-libre/spacefm.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-06-20 01:15:40 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-06-20 01:15:40 -0300
commite346af8e82b0171f06d0923a9e8026276015bb29 (patch)
tree5f76822f5d9a3cd86732ce07bd8b998f1e8f7854 /libre/spacefm-libre/spacefm.install
parent1c7e062a237cabcd07151dd6d1c51cda0f561f5e (diff)
spacefm-libre: add new package to [libre]
Diffstat (limited to 'libre/spacefm-libre/spacefm.install')
-rw-r--r--libre/spacefm-libre/spacefm.install14
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
+}