home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 2006 November (DVD)
/
PCWELT_11_2006.ISO
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
docbook-xml.preinst
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-19
|
325 b
|
16 lines
#!/bin/sh
set -e
# converting a directory to symlinks during package upgrade doesn't work,
# lets remove the junk in here by hand
# bug 143780, problems caused by danging symlinks
if [ "$1" = upgrade ]; then
rm -r /usr/share/sgml/docbook/dtd/xml/[1-9]* || true
fi
# automatically generated debhelper commands
exit 0