summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoen2016-07-19 19:05:03 +0000
committerLoen2016-07-19 19:05:03 +0000
commitb02e18062ac96e9b12052976ae49e1ec9a1643df (patch)
tree6db36f297d1dd1e32b6b081bbbf747a61d12ad27
parent6b19e5f1c2bc12a52e0e7acdd24eb2868032091c (diff)
downloadaur-b02e18062ac96e9b12052976ae49e1ec9a1643df.tar.gz
Removed install file
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--arduino.install3
3 files changed, 0 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5066f153082..44f0943dc065 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = arduino
pkgver = 1.6.9
pkgrel = 3
url = https://github.com/arduino/Arduino
- install = arduino.install
arch = i686
arch = x86_64
arch = armv6h
diff --git a/PKGBUILD b/PKGBUILD
index 077e2b76dfeb..2190a1e52238 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,6 @@ url="https://github.com/arduino/Arduino"
license=('GPL' 'LGPL')
depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'jre8-openjdk' 'avrdude')
makedepends=('jdk8-openjdk' 'apache-ant')
-install="arduino.install"
provides=('arduino')
conflicts=('arduino-bin')
source=("https://github.com/arduino/Arduino/archive/${pkgver}.tar.gz")
diff --git a/arduino.install b/arduino.install
deleted file mode 100644
index 4015160bfaa9..000000000000
--- a/arduino.install
+++ /dev/null
@@ -1,3 +0,0 @@
-post_install() {
- echo "Don't forget to add yourself to the uucp and lock groups: gpasswd -a <user> uucp && gpasswd -a <user> lock (execute as root)"
-}