summarylogtreecommitdiffstats
path: root/gtkterm-git.install
blob: 72d07f7f4d26a8dee70c1d883fc31ec68549916a (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    echo "You must be in the following groups: "
    echo " * lock: for /run/lock/lockdev"
    echo " * uucp: for /dev/ttyS0"
}

post_upgrade() {
    post_install
}