updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git] / arduino / arduino.install
blob35d283fab8e273e34d96f8e1e3818c69cb132c22
1 post_install() {
2   xdg-icon-resource install --size 256 --novendor /usr/share/pixmaps/arduino.png
3   echo "Don't forget to add yourself to the uucp group: gpasswd -a <user> uucp"
6 pre_remove() {
7   xdg-icon-resource uninstall --size 256 arduino
10 # vim:set ts=2 sw=2 et: