summarylogtreecommitdiffstats
path: root/arduino.install
blob: b4c07efb79e51461e8c4bd8dab85fe4483c5bb82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}