summarylogtreecommitdiffstats
path: root/chronojump-git.install
blob: 142be4514ef5bd547928edb39bedb12de7934f6d (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
    echo "NOTE: In order to run Chronojump with Chronopic as normal user"
    echo "      make sure to add your user to the 'uucp' group"
    echo ""
}

post_upgrade() {
    post_install
}