|
|
|
#!/bin/sh -e
# Automatically added by dh_suidregister
if [ "$1" = remove -a -e /etc/suid.conf ] && \
command -v suidunregister >/dev/null 2>&1; then
suidunregister -s animals /usr/games/animals
fi
# End automatically added section
| Results 1 - 1 |