Sindbad~EG File Manager

Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/acl.postinst

#!/bin/sh
set -e

if [ "$1" = 'configure' ]; then
  for file in chacl getfacl setfacl; do
    if [ ! -e /usr/bin/$file ]; then
      ln -s /bin/$file /usr/bin/$file
    fi
  done
fi



Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists