summarylogtreecommitdiffstats
path: root/readme.install
blob: 65a80e9ee7f6d4097a79100fc4aec95076481c75 (plain)
1
2
3
4
5
6
7
post_install() {
    echo -e "\n:: The schema file has been installed as: /etc/xdg/obmenu-generator/schema.pl\n"
}

post_upgrade() {
    post_install
}