mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2025-12-06 16:03:52 +01:00
fix: remove sed expression!
This commit is contained in:
@@ -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/{} \;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user