diff options
Diffstat (limited to 'audio/shoutcast/pkg-deinstall')
-rw-r--r-- | audio/shoutcast/pkg-deinstall | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/shoutcast/pkg-deinstall b/audio/shoutcast/pkg-deinstall index 4dceb1880e13..21bac56cda91 100644 --- a/audio/shoutcast/pkg-deinstall +++ b/audio/shoutcast/pkg-deinstall @@ -1,5 +1,9 @@ #!/bin/sh +if [ "$2" != "POST-DEINSTALL" ]; then + exit 0 +fi + SC_GROUP=shoutcast SC_USER=shoutcast SC_SHELL=/bin/sh |