Filewatcher File Search
FTP Search
  
Directory 
  
Content Search 
   
pkg://xpdf-common_3.00-13.7_all.deb:56612/postinst  info  downloads

#!/bin/sh
set -e

if [ "$1" = "configure" ]; then
	/usr/sbin/update-xpdfrc
fi

# Remove old /etc/xpdfrc if present
rm -f /etc/xpdfrc

# Move accidental /etc/xpdf/xpdf-* language files
# to their proper names (bug in 2.01-1)
for i in cyrillic greek hebrew latin2 thai turkish; do
	if [ -e /etc/xpdf/xpdf-$i ]; then
		mv /etc/xpdf/xpdf-$i /etc/xpdf/xpdfrc-$i
	fi
done



Results 1 - 1
Help - FTP Sites List - Software Dir.
Searching half a billion files worldwide
© 1997-2009 MARUHN Internet Solutions