changed to tromjaro naming

This commit is contained in:
davedatum 2019-10-30 15:42:43 +00:00
parent b0a4243ee8
commit 52dc8882d0
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=tromjaro-theme.install
cd grub-theme/manjaro-live
cd grub-theme/tromjaro-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/{} \;
}