0.9.2-alt6

- drop outdated code (ALT bug 51347)
parent 5c879a63
......@@ -20,7 +20,7 @@
Name: branding-%flavour
Version: 0.9.2
Release: alt5
Release: alt6
Url: https://ximperlinux.ru
%ifarch %ix86 x86_64
......@@ -286,14 +286,6 @@ mv %buildroot%_datadir/wallpapers/ximper/ximper.xml %buildroot%_datadir/gnome-ba
%post bootloader
[ "$1" -eq 1 ] || exit 0
%ifarch %ix86 x86_64
ln -snf %theme/message /boot/splash/message
. /etc/sysconfig/i18n
lang=$(echo $LANG | cut -d. -f 1)
cd boot/splash/%theme/
echo $lang > lang
[ "$lang" = "C" ] || echo lang | cpio -o --append -F message
%endif
. shell-config
shell_config_set /etc/sysconfig/grub2 GRUB_THEME /boot/grub/themes/%theme/theme.txt
#shell_config_set /etc/sysconfig/grub2 GRUB_THEME /boot/grub/themes/%theme
......@@ -376,6 +368,9 @@ glib-compile-schemas /usr/share/glib-2.0/schemas/
#_iconsdir/hicolor/*/apps/alt-%theme-desktop.png
%changelog
* Mon Sep 23 2024 Kirill Unitsaev <fiersik@altlinux.org> 0.9.2-alt6
- drop outdated code (ALT bug 51347)
* Tue Sep 03 2024 Roman Alifanov <ximper@altlinux.org> 0.9.2-alt5
- gnome-settings: add requires
- gnome-settings: replaced kvantum theme
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment