From 1bb2648cde916ac27d3dd75d7b64a4ddc89787b7 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 10 Feb 2013 01:12:52 -0800 Subject: Sun Feb 10 01:12:35 PST 2013 --- community/opera/opera.install | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 community/opera/opera.install (limited to 'community/opera/opera.install') diff --git a/community/opera/opera.install b/community/opera/opera.install deleted file mode 100644 index 1190e6fd6..000000000 --- a/community/opera/opera.install +++ /dev/null @@ -1,20 +0,0 @@ -available() { - which "$1" >/dev/null 2>&1 -} - -post_install() { - update-mime-database /usr/share/mime >/dev/null - update-desktop-database -q /usr/share/applications - - if available gtk-update-icon-cache; then - gtk-update-icon-cache -q /usr/share/icons/hicolor - fi -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} -- cgit v1.2.3-54-g00ecf