Filewatcher File Search
FTP Search
  
Directory (beta)
  
Content Search (beta)
   
pkg://mpg123-oss-i486_0.59r-20sarge1_i386.deb:93850/postinst  info  downloads

#!/bin/sh -e

PACKAGE="mpg123-oss-i486"
FILENAME="mpg123-oss-i486"

case "$1" in
	configure)
		if [ -x /usr/sbin/update-mime ]; then
			/usr/sbin/update-mime
		fi

		update-alternatives --install \
			/usr/bin/mpg123 mpg123 "/usr/bin/$FILENAME" \
			"60" \
			--slave /usr/share/man/man1/mpg123.1.gz mpg123.1.gz \
			"/usr/share/man/man1/$FILENAME.1.gz"
	
		update-alternatives --install \
			/usr/bin/mp3-decoder mp3-decoder "/usr/bin/$FILENAME" \
			"60" \
			--slave /usr/share/man/man1/mp3-decoder.1.gz \
			mp3-decoder.1.gz \
			"/usr/share/man/man1/$FILENAME.1.gz"
		;;
	abort-upgrade|abort-remove|abort-deconfigure)
		;;
	*)
		echo "postinst called with unknown argument \'$1\'" >&2
		exit 0
esac

exit 0

Results 1 - 1
Help - FTP Sites List - Software Dir.
Searching half a billion files worldwide
© 1997-2008 IT MARUHN