summarylogtreecommitdiffstats
path: root/putty-freedesktop.install
blob: 65daa7a3ace8c3ce8f66f244e7d1a6013cc29133 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    cat << EOF
To use serial port, add users to uucp group
For more info, see <https://wiki.archlinux.org/index.php/users_and_groups>
EOF
}

post_upgrade() {
	post_install
}