X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/8c6fa3fbaccc22127280bf77a48fab5a3ee0716e..46b0747592074017ff0ea4b33d4a7194235886e5:/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 deleted file mode 100755 index a72da15b..00000000 --- a/projects/stargazer/inst/linux/etc/stargazer/OnUserDel +++ /dev/null @@ -1,13 +0,0 @@ -#! /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 -