File: prerm

package info (click to toggle)
oss-compat 0.0.4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 44 kB
  • sloc: sh: 22; makefile: 1
file content (15 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
set -e

case "$1" in
  remove)
    rm -f /etc/modprobe.d/oss-compat
  ;;
esac

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

exit 0