@eshanized: push via script

This commit is contained in:
2024-03-04 12:33:56 +05:30
parent 4b3bfdbccc
commit 0f989cd5c8

View File

@@ -2,7 +2,7 @@
pkgname=('snigdhaos-grub-theme') pkgname=('snigdhaos-grub-theme')
org=Snigdha-OS org=Snigdha-OS
branch=master branch=master
pkgver=r10.9f615d5 pkgver=r4.ddadd07
pkgrel=1 pkgrel=1
pkgdesc='Grub Theme For Snigdha OS' pkgdesc='Grub Theme For Snigdha OS'
arch=('any') arch=('any')
@@ -24,4 +24,4 @@ package() {
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/{} \;
} }