summarylogtreecommitdiffstats
path: root/linvam.install
blob: 4537c807ddd0cd26b081cf50c9db9c061207cc1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
    echo '#######################################################################################'
    echo '#######################################################################################'
    echo '####                                                                               ####'
    echo '#### Make sure your user is in the `input` group by running the following command: ####'
    echo '####                  sudo usermod -aG tty,input $USER                             ####'
    echo '####                                                                               ####'
    echo '#######################################################################################'
    echo '#######################################################################################'
}

post_upgrade() {
    post_install
}