D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
lib
/
dpkg
/
info
/
Filename :
acl.postrm
back
Copy
#!/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