summarylogtreecommitdiffstats
path: root/openbox.install
blob: b40a6a63123b731cfcc4ab985dc5d7cc86dced05 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    echo "Place menu.xml, rc.xml and autostart.sh in ~/.config/openbox"
    echo "They can be found in /etc/xdg/openbox"
    echo "Multihead users! There are new configuration options."
    echo "Please see /usr/share/doc/openbox/README.MULTIHEAD"
}

post_upgrade() {
  post_install
}