repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git]
/
arduino
/
arduino.install
blob
35d283fab8e273e34d96f8e1e3818c69cb132c22
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"
4
}
5
6
pre_remove() {
7
xdg-icon-resource uninstall --size 256 arduino
8
}
9
10
# vim:set ts=2 sw=2 et: