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