Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
branding-etersoft-ximper
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
branding-etersoft-ximper
Commits
29fcd0b3
Commit
29fcd0b3
authored
Oct 16, 2019
by
Mikhail Efremov
Committed by
Alexey Shabalin
Nov 15, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup: Don't use internal rpm macros
parent
0a21bd5c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
branding.spec
branding.spec
+2
-2
No files found.
branding.spec
View file @
29fcd0b3
...
...
@@ -230,7 +230,7 @@ find %buildroot -name \*.in -delete
%post bootloader
[ "$1" -eq 1 ] || exit 0
%ifarch %ix86 x86_64
%__ln_s -
nf %theme/message /boot/splash/message
ln -s
nf %theme/message /boot/splash/message
. /etc/sysconfig/i18n
lang=$(echo $LANG | cut -d. -f 1)
cd boot/splash/%theme/
...
...
@@ -247,7 +247,7 @@ shell_config_set /etc/sysconfig/grub2 GRUB_COLOR_HIGHLIGHT %grub_high
%preun bootloader
[ "$1" -eq 1 ] || exit 0
[ "`readlink /boot/splash/message`" != "%theme/message" ] ||
%
__
rm -f /boot/splash/message
%rm -f /boot/splash/message
%endif
%post indexhtml
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment