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 Sat Jan 21 16:18:39 UTC 2012
[aur-mirror.git]
/
pose
/
pose.install
blob
047fb47a968ada881d96c4011e92bfc3876de3c4
1
#!/bin/sh
2
3
post_install
() {
4
cat
<< EOF
5
6
Skins, ROMs, and ROM_Transfer.prc have been installed to /usr/share/pose.
7
8
EOF
9
}
10
11
post_upgrade
() {
12
post_install
13
}