summarylogtreecommitdiffstats
path: root/kos.install
blob: 774e2a8629611c5ecf16fce89438d9118625c067 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
post_install() {
	cat << EOF

Please execute

  $ sudo gpasswd -a username kos

Report any issues to:
https://github.com/TruncatedDinosour/kos/issues

EOF
}

post_remove() {
	cat << EOF

Please execute after uninstalling kos

  $ sudo gpasswd -d username kos
  $ sudo groupdel kos

EOF
}