summarylogtreecommitdiffstats
path: root/moc_notify-git.install
blob: aaf1b92f58037a96f830d161520ef129be2733b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install () {
    echo
    echo "Please see /usr/share/moc_notify"
}


post_upgrade() {
    post_install
}