application.post_uninstall.inc.cmake.in 122 Bytes Edit Raw Blame History 1 2 3 4 5 # Remove the user appuserid=$(id -u @PROJECT_NAME@) if [ $appuserid ] ; then userdel --remove --force @PROJECT_NAME@ fi