summarylogtreecommitdiffstats
path: root/arduino.install
diff options
context:
space:
mode:
Diffstat (limited to 'arduino.install')
-rw-r--r--arduino.install12
1 files changed, 0 insertions, 12 deletions
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
-}