File: spamoracle-byte.postinst

package info (click to toggle)
spamoracle 1.4-8
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 248 kB
  • ctags: 243
  • sloc: ml: 1,198; makefile: 138; sh: 74
file content (7 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/bin/sh -e

if [ "$1" = "configure" ]; then
    rm -rf /usr/share/doc/spamoracle-byte.moved-by-preinst
fi

#DEBHELPER#