summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAinola2016-05-25 18:08:32 -0600
committerAinola2016-05-25 18:08:32 -0600
commit506613b68e94509289bd35ac5ad26b668656ee3b (patch)
tree2aa91122fd658d22f336a196174354d2776688c2
parentdd5cabe0252ad7318e5796d250ae67b4ef025771 (diff)
downloadaur-506613b68e94509289bd35ac5ad26b668656ee3b.tar.gz
remove .install file as pacman handles post-install hooks now
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
-rw-r--r--blue.install12
3 files changed, 4 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 803a10b64dcc..3c1983a25c1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Thu May 26 00:08:27 UTC 2016
pkgbase = csound-blue
pkgdesc = A music composition environment for Csound
pkgver = 2.5.14
pkgrel = 3
url = http://blue.kunstmusik.com/
- install = blue.install
arch = i686
arch = x86_64
license = GPL
@@ -21,11 +22,9 @@ pkgbase = csound-blue
source = https://downloads.sourceforge.net/project/bluemusic/blue/2.5.x/blue_2.5.14.zip
source = blue.desktop
source = icons.tar.gz
- source = blue.install
sha256sums = f5af74275e4d6f7cc14230feb010d836691ef6576aee0c7f519c50121fcd04f0
sha256sums = 06dcc0dbade0b9c2eb904815aefa86d32e8e21de47fd7cd8873f139c1fb24fe6
sha256sums = 60240d02dd3f25b9df684efaf93a5fd05e520b5f46e94f24b58de60604dbae36
- sha256sums = 1c1bc8b197c31416aa2efb7d6c7af1fb43b0a0fb34b883d6fb92a53da8683114
pkgname = csound-blue
diff --git a/PKGBUILD b/PKGBUILD
index 4db0eed535dc..464f5472b323 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,14 +16,11 @@ provides=('csound-blue')
conflicts=('csound-blue')
source=("https://downloads.sourceforge.net/project/bluemusic/blue/2.5.x/blue_${pkgver}.zip"
"blue.desktop"
- "icons.tar.gz"
- "blue.install")
+ "icons.tar.gz")
sha256sums=('f5af74275e4d6f7cc14230feb010d836691ef6576aee0c7f519c50121fcd04f0'
'06dcc0dbade0b9c2eb904815aefa86d32e8e21de47fd7cd8873f139c1fb24fe6'
- '60240d02dd3f25b9df684efaf93a5fd05e520b5f46e94f24b58de60604dbae36'
- '14b104d7cd229923186ab0ec8b11d481d758e7a7ed756be0ae5defae179d271e')
+ '60240d02dd3f25b9df684efaf93a5fd05e520b5f46e94f24b58de60604dbae36')
options=(!strip)
-install=blue.install
package() {
mkdir -p "$pkgdir"/opt/blue
diff --git a/blue.install b/blue.install
deleted file mode 100644
index 295ff6b0896a..000000000000
--- a/blue.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install(){
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade(){
- post_install
-}
-
-post_remove(){
- post_install
-}