File: postrm

package info (click to toggle)
gnome-libs 1.4.2-34
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 22,596 kB
  • ctags: 11,411
  • sloc: ansic: 133,185; sh: 9,324; makefile: 1,983; perl: 667; yacc: 318; awk: 285; lisp: 177
file content (10 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh -e

# remove /etc/mime-magic.dat
if [ "$1" = purge ]; then
  rm -f /etc/mime-magic.dat
fi

#DEBHELPER#

exit 0