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]
/
rawdog
/
rawdog.install
blob
dd57c5c8906cafa4a4a14ffdfcc00e8b1dfec3a0
1
post_install() {
2
echo "==> rawdog files are located in /usr/share/rawdog"
3
echo " -> copy config and styles.css to ~/.rawdog"
4
echo " -> move styles.css if you change the html output location in config"
5
}
6
7
post_upgrade() {
8
post_install $1
9
}