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 14 00:11:12 UTC 2012
[aur-mirror.git]
/
openbox-multihead-git
/
openbox.install
blob
b40a6a63123b731cfcc4ab985dc5d7cc86dced05
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
echo "Multihead users! There are new configuration options."
5
echo "Please see /usr/share/doc/openbox/README.MULTIHEAD"
6
}
7
8
post_upgrade() {
9
post_install
10
}
11