summaryrefslogtreecommitdiff
path: root/libre/spacefm/spacefm.install
diff options
context:
space:
mode:
Diffstat (limited to 'libre/spacefm/spacefm.install')
-rw-r--r--libre/spacefm/spacefm.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/libre/spacefm/spacefm.install b/libre/spacefm/spacefm.install
deleted file mode 100644
index 76a5d56b9..000000000
--- a/libre/spacefm/spacefm.install
+++ /dev/null
@@ -1,14 +0,0 @@
-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
-}