Filewatcher File Search
FTP Search
  
Directory 
  
Content Search 
   
pkg://lesstif-bin_0.94.4-2_amd64.deb:182658/postinst  info  downloads

#!/bin/sh -e
# $Id: lesstif-bin.postinst,v 1.1 2004/05/27 10:48:25 kobras Exp $

case "$1" in
configure | abort-remove | abort-deconfigure)
	if
		[ "$1" = configure ] && [ -n "$2" ] &&
		dpkg --compare-versions "$2" lt 1:0.92.26-2
	then
		update-alternatives --remove x-window-manager \
			/usr/X11R6/bin/mwm
	fi
	update-alternatives --install /usr/bin/x-window-manager \
			    x-window-manager /usr/bin/mwm 45 \
			    --slave /usr/share/man/man1/x-window-manager.1.gz \
			    x-window-manager.1.gz /usr/share/man/man1/mwm.1.gz
	;;
abort-upgrade)
	;;
*)
	echo "$0: incorrect arguments: $*" >&2
	exit 1
	;;
esac

# Automatically added by dh_installmenu
if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
	update-menus
fi
# End automatically added section

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