summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--arduino.install12
3 files changed, 2 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 868340265ca4..d52514f84832 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arduino10
pkgdesc = Arduino prototyping platform SDK (old version)
pkgver = 1.0.6
- pkgrel = 2
+ pkgrel = 4
epoch = 1
url = http://arduino.cc/en/Main/Software
install = arduino.install
diff --git a/PKGBUILD b/PKGBUILD
index 5159e6302498..945e1a007495 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=arduino10
epoch=1
pkgver=1.0.6
-pkgrel=3
+pkgrel=4
pkgdesc="Arduino prototyping platform SDK (old version)"
arch=('i686' 'x86_64')
url="http://arduino.cc/en/Main/Software"
diff --git a/arduino.install b/arduino.install
index b4c07efb79e5..4015160bfaa9 100644
--- a/arduino.install
+++ b/arduino.install
@@ -1,15 +1,3 @@
-post_upgrade() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
- update-mime-database /usr/share/mime >/dev/null
-}
-
post_install() {
- post_upgrade
-
echo "Don't forget to add yourself to the uucp and lock groups: gpasswd -a <user> uucp && gpasswd -a <user> lock (execute as root)"
}
-
-post_remove() {
- post_upgrade
-}