File: spamoracle-byte.postrm

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 (12 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh -e

case $1 in
    abort-install|abort-upgrade)
        if [ -d /usr/share/doc/spamoracle-byte.moved-by-preinst ]; then
            mv /usr/share/doc/spamoracle-byte.moved-by-preinst \
               /usr/share/doc/spamoracle-byte
        fi
        ;;
esac

#DEBHELPER#