File: spamoracle-byte.postinst

package info (click to toggle)
spamoracle 1.4-12
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 256 kB
  • ctags: 245
  • sloc: ml: 1,198; makefile: 145; 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#