summarylogtreecommitdiffstats
path: root/mentohust-git.install
blob: 42abb96b82281d18e7ac8d05d4d950d258c8c418 (plain)
1
2
3
4
5
6
7
8
post_install () {
    chmod a+xs "/usr/bin/mentohust"
    echo ">>> For first time, you must run mentohust to configure once."
}
post_upgrade () {
    chmod a+xs "/usr/bin/mentohust"
    echo ">>> For first time, you must run mentohust to configure once."
}