summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2017-02-09 11:57:26 +0100
committerJoan Figueras2017-02-09 11:57:26 +0100
commit397e7aeae3c2e73d424a42075d6ba28ac5271a60 (patch)
treeb1ed20a75651e06ed5143ba5ee4dda3c791ac50d
parent27f3bacdb759bb3f4e3c859ed57a5406edbb748d (diff)
downloadaur-397e7aeae3c2e73d424a42075d6ba28ac5271a60.tar.gz
Removed install script. Should be only in guacamole-client
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--guacamole.install5
3 files changed, 0 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b1ea2b117bc..733d5e903221 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = guacamole-server
pkgver = 0.9.11
pkgrel = 1
url = http://guacamole.sourceforge.net/
- install = guacamole.install
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 7f2046178db2..ddb7bbfd1308 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,6 @@ optdepends=('libssh: for ssh protocol support'
'libpulse: for pulseaudio support'
'libtelnet: for telnet protocol support'
)
-install=guacamole.install
source=("http://downloads.sourceforge.net/project/guacamole/current/source/$pkgname-$pkgver-incubating.tar.gz" 'guacd.service')
diff --git a/guacamole.install b/guacamole.install
deleted file mode 100644
index 86b7f512d0e1..000000000000
--- a/guacamole.install
+++ /dev/null
@@ -1,5 +0,0 @@
-## arg 1: the new package version
-## arg 2: the old package version
-post_upgrade() {
- echo -e "\n** Attention. Since version 0.9.10, webapp changed to guacamole-incubating\nChange your URI accordingly. **"
-}