application.post_uninstall.inc.cmake.in 122 Bytes
# Remove the user
appuserid=$(id -u @PROJECT_NAME@)
if [ $appuserid ] ; then
  userdel --remove --force @PROJECT_NAME@
fi