summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12016-05-20 16:11:14 +0800
committerChocobo12016-05-20 16:15:56 +0800
commit6782986193eade03fea042c2a7fe5c191598335b (patch)
treefc00d7fa3d9e63bab621de081fd8f84ee8fcf802
parent75fb4e34bb63445c8d83e647b43422ba35b35109 (diff)
downloadaur-6782986193eade03fea042c2a7fe5c191598335b.tar.gz
Utilize libalpm hook
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--chewing-editor-git.install12
3 files changed, 0 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4675fff0310..a4ab12894009 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = chewing-editor-git
pkgver = 0.1.1.r20.g50c105e
pkgrel = 1
url = http://chewing.im
- install = chewing-editor-git.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 4f2dd2c10f41..52b2484111a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,6 @@ url="http://chewing.im"
license=('GPL')
depends=('libchewing' 'qt5-base' 'hicolor-icon-theme')
makedepends=('git' 'cmake' 'qt5-tools' 'help2man')
-install=$pkgname.install
source=("git://github.com/chewing/chewing-editor.git")
md5sums=('SKIP')
diff --git a/chewing-editor-git.install b/chewing-editor-git.install
deleted file mode 100644
index 5495fb1b5d27..000000000000
--- a/chewing-editor-git.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}