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 Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git]
/
qputty
/
qputty.install
blob
57128377c2a581807e65f08eea6d22d6bb274377
1
post_install() {
2
xdg-icon-resource install --novendor --size 32 /usr/share/icons/hicolor/32x32/apps/putty.png putty
3
}
4
post_upgrade() {
5
:
6
}
7
post_remove() {
8
xdg-icon-resource uninstall --novendor --size 32 putty
9
}