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

post_upgrade() {
    post_install
}