summarylogtreecommitdiffstats
path: root/opera.install
diff options
context:
space:
mode:
authorChristian Hesse2016-04-27 16:51:42 +0200
committerChristian Hesse2016-04-27 16:51:42 +0200
commit6635616c2656cde34e6e34078c463155c584a628 (patch)
tree709b80951dfff909133f7c6ef6eb318dfc23fcba /opera.install
parent3a124827067b78a5d1edd991181b65bd254b4993 (diff)
downloadaur-6635616c2656cde34e6e34078c463155c584a628.tar.gz
Hooks! (Remove install file...)
Diffstat (limited to 'opera.install')
-rw-r--r--opera.install20
1 files changed, 0 insertions, 20 deletions
diff --git a/opera.install b/opera.install
deleted file mode 100644
index 1190e6fd6261..000000000000
--- a/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
-}