X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/4271ab433cd55bbd2612292bcf39e4dc3d7274f1..0907aa4037b12b6b88ee24495d4577a064d4f8db:/projects/stargazer/inst/linux/etc/stargazer/OnUserDel diff --git a/projects/stargazer/inst/linux/etc/stargazer/OnUserDel b/projects/stargazer/inst/linux/etc/stargazer/OnUserDel new file mode 100755 index 00000000..a72da15b --- /dev/null +++ b/projects/stargazer/inst/linux/etc/stargazer/OnUserDel @@ -0,0 +1,13 @@ +#! /bin/sh + +# About: This script is called when the user is removed from the Stargazer. +# Common task: Automate typical actions on removing user from the network, +# such as removing email or IM account. +# Priority: optional + +# User login +LOGIN=$1 + +# Usage examples: +#echo "Deleted user $LOGIN" >> /var/stargazer/add_del.log +