File: postrm

package info (click to toggle)
bridge 0.1-7
  • links: PTS
  • area: main
  • in suites: potato
  • size: 104 kB
  • ctags: 14
  • sloc: ansic: 188; sh: 63; makefile: 53
file content (6 lines) | stat: -rw-r--r-- 126 bytes parent folder | download
1
2
3
4
5
6
#!/bin/bash

if [ $1 = "purge" ]; then
# Remove the bridging stuff from startup files
update-rc.d bridge remove >/dev/null
fi