home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
psfontmgr.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
|
2008-07-22
|
316 b
|
20 lines
#! /bin/sh
set -e
if [ "$1" = configure ]; then
if dpkg --compare-versions "$2" lt 0.11.3; then
rm -f /etc/defoma/config/psfontmgr.conf
fi
/usr/bin/defoma-app -t update psfontmgr 1>&2
fi
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.
exit 0