1 2 3 4 5 6 7 8 9 10 11 12
#!/bin/sh # remove postgresql users case $2 in POST-DEINSTALL) pw groupdel pgsql pw userdel pgsql ;; esac