[arch-commits] Commit in apper/trunk (apper.install)

Antonio Rojas arojas at archlinux.org
Wed Feb 21 08:34:41 UTC 2018


    Date: Wednesday, February 21, 2018 @ 08:34:40
  Author: arojas
Revision: 296661

Remove install

Deleted:
  apper/trunk/apper.install

---------------+
 apper.install |   29 -----------------------------
 1 file changed, 29 deletions(-)

Deleted: apper.install
===================================================================
--- apper.install	2018-02-21 08:34:05 UTC (rev 296660)
+++ apper.install	2018-02-21 08:34:40 UTC (rev 296661)
@@ -1,29 +0,0 @@
-available() {
-	which "$1" >/dev/null 2>&1
-}
-
-updatemime() {
-	# Setup Menus
-	if available update-desktop-database
-	then
-		update-desktop-database -q /usr/share/applications
-	fi
-
-	# Setup MIME types
-	if available update-mime-database
-	then
-		update-mime-database /usr/share/mime >/dev/null
-	fi
-}
-
-post_install() {
-	updatemime
-}
-
-post_upgrade() {
-	updatemime
-}
-
-post_remove() {
-	updatemime
-}



More information about the arch-commits mailing list