File: icecast-server.postrm

package info (click to toggle)
icecast 1.0.0-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 392 kB
  • ctags: 243
  • sloc: ansic: 2,408; sh: 194; makefile: 139; perl: 137; java: 91; sql: 17
file content (8 lines) | stat: -rw-r--r-- 142 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh -e

# If we're purging the package
if [ "$1" = "purge" ]; then

    # Remove the links
    update-rc.d icecast remove >/dev/null
fi