summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlad2016-06-26 00:40:57 +0300
committervlad2016-06-26 00:40:57 +0300
commit94e64a296947733149900b87d539b827db800cbe (patch)
tree9dd62b67d21478034b312b5054221d667e47b181
parent8c9d9cf0f9493f6220f052bab770e8e3d8c44271 (diff)
downloadaur-94e64a296947733149900b87d539b827db800cbe.tar.gz
use pacman hooks
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
-rw-r--r--toxic-git.install11
3 files changed, 1 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8f0f9348044..62cea5e4e29e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sat Feb 13 17:03:31 UTC 2016
+# Sat Jun 25 21:40:53 UTC 2016
pkgbase = toxic-git
pkgdesc = CLI Frontend in ncurses for Tox
pkgver = 0.7.0.r4.g8827082
pkgrel = 1
url = https://tox.chat
- install = toxic-git.install
arch = i686
arch = x86_64
arch = arm
diff --git a/PKGBUILD b/PKGBUILD
index 248f530b4eb6..ceb34b7db5f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,8 +22,6 @@ url='https://tox.chat'
source=("${pkgname}::git+https://github.com/JFreegman/toxic.git")
sha512sums=('SKIP')
-install="${pkgname}.install"
-
pkgver() {
cd "$pkgname"
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
diff --git a/toxic-git.install b/toxic-git.install
deleted file mode 100644
index 2eaa60550d51..000000000000
--- a/toxic-git.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}