Blame view

application.post_uninstall.inc.cmake.in 122 Bytes
772ec5a4   Peter M. Groen   Added cmake envir...
1
2
3
4
5
  # Remove the user
  appuserid=$(id -u @PROJECT_NAME@)
  if [ $appuserid ] ; then
    userdel --remove --force @PROJECT_NAME@
  fi