Package branding-alt-sisyphus-bootloader: Скрипты

Post install

1
2
3
4
5
6
7
8
9
ln -snf sisyphus/message /boot/splash/message
. /etc/sysconfig/i18n
lang=$(echo $LANG | cut -d. -f 1)
cd boot/splash/sisyphus/
echo $lang > lang
[ "$lang" = "C" ] || echo lang | cpio -o --append -F message
. shell-config
shell_config_set /etc/sysconfig/grub2 GRUB_COLOR_NORMAL white/black
shell_config_set /etc/sysconfig/grub2 GRUB_COLOR_HIGHLIGHT black/white
Pre install

[ -s /usr/share/gfxboot/sisyphus ] && rm -fr /usr/share/gfxboot/sisyphus ||:
[ -s /boot/splash/sisyphus ] && rm -fr /boot/splash/sisyphus ||:
Pre uninstall

1
2
3
[ $1 = 0 ] || exit 0
[ "`readlink /boot/splash/message`" != "sisyphus/message" ] ||
    rm -f /boot/splash/message