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 Wed Jan 11 04:01:16 UTC 2012
[aur-mirror.git]
/
z88dk
/
INSTALL
blob
a047cfe740aaf1a38b5d86d89780fa30ec9b6a4e
1
post_install() {
2
echo "" >> /etc/profile
3
echo "sh /usr/share/z88dk/exports" >> /etc/profile
4
sh /usr/share/z88dk/exports
5
}
6
7
# arg 1: the old package version
8
#post_remove() {
9
#
10
#}
11
12
# vim:set ts=2 sw=2 et: