Update 'PKGBUILD'

This commit is contained in:
Tio TROM 2021-10-18 15:55:21 +02:00
parent ad3a66f530
commit 178d348e63
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ package_grub-theme-tromjaro() {
conflicts=('grub-theme-tromjaro-dev' 'grub-theme-manjaro' 'grub-theme-manjaro-dev')
install=manjaro-theme.install
cd grub-theme/manjaro-live
cd grub-theme-settings/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/manjaro/{} \;
}