summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlad2016-06-25 16:06:50 +0300
committervlad2016-06-25 16:06:50 +0300
commitb1fc76d37865dee80bd3fd1cb95e3f6a83975ae8 (patch)
treefcbf4aeade38bd8b5a3064071423bf572c9ff8af
parent66384251d930b1a8490924d08b7ccd00e3fbeb9d (diff)
downloadaur-b1fc76d37865dee80bd3fd1cb95e3f6a83975ae8.tar.gz
use pacman hooks
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
-rw-r--r--butter.install7
3 files changed, 1 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f47c26248bd..2818188aa6d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Tue Apr 12 21:45:14 UTC 2016
+# Sat Jun 25 13:06:33 UTC 2016
pkgbase = butter-git
pkgdesc = Stream movies from torrents. Skip the downloads. Launch, click, watch.
pkgver = r5891.6365715
pkgrel = 1
url = https://butterproject.github.io/
- install = butter.install
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 501a8a1c9d7e..99aba4ada710 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,6 @@ makedepends=('bower'
conflicts=('butter')
provides=('butter')
options=('!strip')
-install="butter.install"
[ "$CARCH" = "i686" ] && _platform=linux32
[ "$CARCH" = "x86_64" ] && _platform=linux64
diff --git a/butter.install b/butter.install
deleted file mode 100644
index 8930ef71cabe..000000000000
--- a/butter.install
+++ /dev/null
@@ -1,7 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}