home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 2006 November (DVD)
/
PCWELT_11_2006.ISO
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
gnome2-user-guide.postinst
< 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-08-09
|
103 b
|
11 lines
#!/bin/sh -e
# Call scrollkeeper
if [ "$1" = "configure" ]; then
scrollkeeper-update -q
fi
exit 0