post_install () { groupadd cdemu echo " > Add yourself to the 'cdemu' group for non-root access" echo " > See /etc/conf.d/cdemud for further configuration" } post_remove() { groupdel cdemu } # vim:set ts=2 sw=2 et: