File: preinst

package info (click to toggle)
monsterz 0.7.1-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,064 kB
  • sloc: python: 1,848; makefile: 71; ansic: 66; sh: 38
file content (11 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# dpkg does not replace symlinks with directories and vice versa, therefore
# maintainer scripts need to be used.
set -e

if [ -L /usr/share/doc/monsterz ] ; then
    rm -f /usr/share/doc/monsterz
fi

#DEBHELPER#