This commit is contained in:
davedatum
2019-10-29 01:43:52 +00:00
parent 08612f6fec
commit dbe1c2122b
2 changed files with 5 additions and 5 deletions

@ -33,7 +33,7 @@ package_grub-theme-tromjaro() {
conflicts=('grub-theme-tromjaro-dev' 'grub-theme-manjaro' 'grub-theme-manjaro-dev')
install=tromjaro-theme.install
cd grub-theme/tromjaro-live
cd grub-theme/manjaro-live
sed -i -e 's,.*text = "Welcome to TROMjaro".*,#text = "Welcome to TROMjaro",' theme.txt #remove welcome message
find . -type f -exec install -D -m644 {} ${pkgdir}/usr/share/grub/themes/tromjaro/{} \;
find . -type f -exec install -D -m644 {} ${pkgdir}/usr/share/grub/themes/manjaro/{} \;
}