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 Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git]
/
openbox-git
/
openbox.install
blob
301c2212704f62e834bea215f26c7bbd3f7e1fb1
1
post_install() {
2
echo "Place menu.xml, rc.xml and autostart.sh in ~/.config/openbox"
3
echo "They can be found in /etc/xdg/openbox"
4
}
5
6
post_upgrade() {
7
post_install
8
}
9