diff options
Diffstat (limited to 'autoscripts/postrm-suid')
-rw-r--r-- | autoscripts/postrm-suid | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/autoscripts/postrm-suid b/autoscripts/postrm-suid deleted file mode 100644 index a4cfecf9..00000000 --- a/autoscripts/postrm-suid +++ /dev/null @@ -1,4 +0,0 @@ -if [ "$1" = remove ] && [ -e /etc/suid.conf ] && \ - which suidunregister >/dev/null 2>&1; then - suidunregister -s #PACKAGE# /#FILE# -fi |