%PDF- %PDF-
| Direktori : /var/lib/dpkg/info/ |
| 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