Sophie

Sophie

distrib > Mageia > 8 > i586 > media > core-release > by-pkgid > 45289bc821936dd3c3b7fb3b3b605d23 > scriptlet

fluxbox-1.3.7-7.mga8.i586.rpm

POSTIN

/bin/sh
#blackbox-alternatives
update-alternatives --install /usr/bin/bsetroot bsetroot /usr/bin/bsetroot-fluxbox 20

POSTUN

/bin/sh
# Remove bsetroot-alternatives
if [ "$1" = 0 ]; then
    update-alternatives --remove bsetroot /usr/bin/bsetroot-fluxbox
fi

POSTTRANS

/bin/sh
if [ "$1" -eq 1 ]; then
	if [ -e /usr/share/xsessions/16Fluxbox.desktop ]; then
		rm -rf /usr/share/xsessions/16Fluxbox.desktop
	fi
	if [ -e /etc/X11/dm/Sessions/16Fluxbox.desktop ]; then
		rm -rf /etc/X11/dm/Sessions/16Fluxbox.desktop
	fi
fi