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

pre_remove() {
    userdel makepkg
}