summarylogtreecommitdiffstats
path: root/saturated.install
blob: 2bd28fe87559228d237a53c31ce02fd446870f6f (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    useradd -m makepkg
    echo "* Special user 'makepkg' was created."
    echo "* SSH keys should be placed under /home/makepkg/.ssh/"
}

pre_remove() {
    userdel makepkg
}