fix: remove sed expression!

This commit is contained in:
Eshan Roy
2025-01-14 21:27:31 +05:30
committed by GitHub
parent aacce59328
commit 876fa0988e

View File

@@ -23,6 +23,6 @@ package() {
install=$pkgname.install install=$pkgname.install
provides=('snigdhaos-grub-theme') provides=('snigdhaos-grub-theme')
cd grub-theme/snigdhaos-live || exit cd grub-theme/snigdhaos-live || exit
sed -i -e 's,.*text = "Welcome to Snigdha OS".*,#text = "Welcome to Snigdha OS",' theme.txt #remove welcome message #sed -i -e 's,.*text = "Welcome to Snigdha OS".*,#text = "Welcome to Snigdha OS",' theme.txt #remove welcome message
find . -type f -exec install -D -m644 {} "${pkgdir}"/usr/share/grub/themes/snigdhaos-grub-theme/{} \; find . -type f -exec install -D -m644 {} "${pkgdir}"/usr/share/grub/themes/snigdhaos-grub-theme/{} \;
} }