summaryrefslogtreecommitdiff
path: root/libre/doublecmd/doublecmd.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-02 10:05:24 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-02 10:16:24 -0300
commit56104a7fa75108574335dc58c95c716cb081c0c9 (patch)
treefed18f5067f63c05d7586534ad3b894d89986a31 /libre/doublecmd/doublecmd.install
parent9411a9337865e8dbe57b2a0a3c11462b182fae1e (diff)
downloadabslibre-56104a7fa75108574335dc58c95c716cb081c0c9.tar.gz
abslibre-56104a7fa75108574335dc58c95c716cb081c0c9.tar.bz2
abslibre-56104a7fa75108574335dc58c95c716cb081c0c9.zip
doublecmd-0.7.1-2.parabola1: hooks rebuild
* add desktop-file-utils, hicolor-icon-theme and shared-mime-info to depends
Diffstat (limited to 'libre/doublecmd/doublecmd.install')
-rw-r--r--libre/doublecmd/doublecmd.install34
1 files changed, 0 insertions, 34 deletions
diff --git a/libre/doublecmd/doublecmd.install b/libre/doublecmd/doublecmd.install
deleted file mode 100644
index c27b5bb23..000000000
--- a/libre/doublecmd/doublecmd.install
+++ /dev/null
@@ -1,34 +0,0 @@
-update_icons() {
-
- # Setup Menus
- if which update-desktop-database
- then
- update-desktop-database -q /usr/share/applications > /dev/null 2>&1
- fi
-
- # Setup MIME types
- if which update-mime-database
- then
- update-mime-database /usr/share/mime > /dev/null 2>&1
- fi
-
- # Setup Icons
- touch -c /usr/share/icons/hicolor
- if which gtk-update-icon-cache
- then
- gtk-update-icon-cache -tq /usr/share/icons/hicolor > /dev/null 2>&1
- fi
-
-}
-
-post_install() {
- update_icons
-}
-
-post_upgrade() {
- update_icons
-}
-
-post_remove() {
- update_icons
-}