diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-04-28 18:59:27 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-04-28 19:49:13 -0300 |
commit | d645a297405105a64e2ec68c6dcc07f7a5d4d20d (patch) | |
tree | b868ead786879b85b249e29f22fe94cc1598d211 /libre/spacefm/spacefm.install | |
parent | 41acfa3d3dee8696e388a48b4fddf760b032d4be (diff) | |
download | abslibre-d645a297405105a64e2ec68c6dcc07f7a5d4d20d.tar.gz abslibre-d645a297405105a64e2ec68c6dcc07f7a5d4d20d.tar.bz2 abslibre-d645a297405105a64e2ec68c6dcc07f7a5d4d20d.zip |
spacefm: remove install file
Diffstat (limited to 'libre/spacefm/spacefm.install')
-rw-r--r-- | libre/spacefm/spacefm.install | 14 |
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 -} |