home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 2006 November (DVD)
/
PCWELT_11_2006.ISO
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
scrollkeeper.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-05-29
|
257 b
|
14 lines
#! /bin/sh -e
if [ -d /usr/share/scrollkeeper/doc/scrollkeeper_manual ]; then
rm -rf /usr/share/scrollkeeper/doc/scrollkeeper_manual
fi
if [ -d /usr/share/scrollkeeper/Templates/pt_BR ]; then
rm -rf /usr/share/scrollkeeper/Templates/pt_BR
fi
exit 0