summarylogtreecommitdiffstats
path: root/openbox-git.install
blob: 301c2212704f62e834bea215f26c7bbd3f7e1fb1 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    echo "Place menu.xml, rc.xml and autostart.sh in ~/.config/openbox"
    echo "They can be found in /etc/xdg/openbox"
}

post_upgrade() {
  post_install
}