From 0873eff3fe57c9e108ef0cf5f5b700bbb449629a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Thu, 4 Sep 2014 02:24:10 -0300 Subject: rename to doublecmd --- libre/doublecmd-libre/doublecmd.install | 34 --------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 libre/doublecmd-libre/doublecmd.install (limited to 'libre/doublecmd-libre/doublecmd.install') diff --git a/libre/doublecmd-libre/doublecmd.install b/libre/doublecmd-libre/doublecmd.install deleted file mode 100644 index c27b5bb23..000000000 --- a/libre/doublecmd-libre/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 -} -- cgit v1.2.3-2-g168b