summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2017-11-04 22:35:00 +0500
committerDmitry Kharitonov2017-11-04 22:35:00 +0500
commit9b58b9dd44693aec45503dd5f07f486a7654e1b5 (patch)
treea33ae125008508b23c7a8149ed79b1454a0a2751
parent77dfad0d95572b8df43df758884f3b7c8c864f73 (diff)
downloadaur-9b58b9dd44693aec45503dd5f07f486a7654e1b5.tar.gz
Removed .install - replaced by standard pacman hooks
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--curecoin-qt-git.install11
3 files changed, 3 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfaeb2563147..7c24055b0f35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sat Nov 4 17:30:01 UTC 2017
+# Sat Nov 4 17:34:10 UTC 2017
pkgbase = curecoin-qt-git
pkgdesc = GUI client (wallet) for CureCoin cryptocurrency
pkgver = r115.442977b
- pkgrel = 1
+ pkgrel = 2
url = https://curecoin.net/
- install = curecoin-qt-git.install
arch = x86_64
arch = i686
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 0980a44502ea..1a425b538fb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=curecoin-qt-git
pkgver=r115.442977b
-pkgrel=1
+pkgrel=2
pkgdesc="GUI client (wallet) for CureCoin cryptocurrency"
arch=('x86_64' 'i686')
url="https://curecoin.net/"
@@ -14,7 +14,6 @@ makedepends=('boost' 'openssl-1.0' 'db')
source=("git+https://github.com/cygnusxi/CurecoinSource.git"
"0001-miniupnpc.patch"
"curecoin.desktop")
-install=curecoin-qt-git.install
sha256sums=('SKIP'
'ef598aee46b5ad12b43db8942c08ef2cbece002efa731394066ebff654bea5e1'
diff --git a/curecoin-qt-git.install b/curecoin-qt-git.install
deleted file mode 100644
index 677345e20b2a..000000000000
--- a/curecoin-qt-git.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-} \ No newline at end of file