summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2016-10-17 00:21:25 -0700
committerJohnathan Jenkins2016-10-17 00:21:25 -0700
commita5bd7a0c81da51a40e360f806c92dcc64b1cca56 (patch)
tree7e9adcccd65b02dc8fb311af51514de72eba3211
parent1fde737dfe26e13b0fb3fa65c6dba5b2c2e0d7c9 (diff)
downloadaur-a5bd7a0c81da51a40e360f806c92dcc64b1cca56.tar.gz
removal of .install file
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--drive-git.install11
3 files changed, 3 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3d39d51720c..4716f1b202ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Oct 16 19:17:40 UTC 2016
+# Mon Oct 17 07:21:13 UTC 2016
pkgbase = drive-git
- pkgdesc = Drive is a tiny program to pull or push Google Drive files. You need go1.2 installed in order to build the program.
+ pkgdesc = Drive is a tiny golang program to pull or push Google Drive files.
pkgver = r745.7222324
pkgrel = 1
url = https://github.com/odeke-em/drive
- install = drive-git.install
arch = any
license = Apache
makedepends = go
diff --git a/PKGBUILD b/PKGBUILD
index 88307e8f26c2..df745bbcf8e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=drive-git
pkgver=r745.7222324
pkgrel=1
-pkgdesc="Drive is a tiny program to pull or push Google Drive files. You need go1.2 installed in order to build the program."
+pkgdesc="Drive is a tiny golang program to pull or push Google Drive files."
arch=('any')
url="https://github.com/odeke-em/drive"
license=('Apache')
@@ -12,7 +12,6 @@ depends=('hicolor-icon-theme' 'gtk-update-icon-cache')
makedepends=('go' 'git')
conflicts=('drive')
options=('!strip' '!emptydirs')
-install=$pkgname.install
source=($pkgname::git+https://github.com/odeke-em/drive.git)
md5sums=('SKIP')
_gourl=github.com/odeke-em/drive/drive-gen
diff --git a/drive-git.install b/drive-git.install
deleted file mode 100644
index 0e29f595e033..000000000000
--- a/drive-git.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install "$1"
-}
-
-post_remove() {
- post_install "$1"
-} \ No newline at end of file