0x1949 Team - FAZEMRX - MANAGER
Edit File: acl.postrm
#!/bin/sh set -e if [ "$1" = 'remove' ]; then for file in chacl getfacl setfacl; do if [ -L /usr/bin/$file ]; then rm /usr/bin/$file fi done fi