-
-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: ook37 <[email protected]>
- Loading branch information
Showing
4 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
pkgbase = rhino-grub-theme-git | ||
gives = rhino-grub-theme | ||
pkgver = 0.0.1 | ||
pkgdesc = Custom Grub Loader theme for Rhino Linux | ||
arch = all | ||
maintainer = Oren Klopfer <[email protected]> | ||
source = rhino-grub-theme::https://github.com/rhino-linux/grub.git | ||
|
||
pkgname = rhino-grub-theme-git |
20 changes: 20 additions & 0 deletions
20
packages/rhino-grub-theme-git/rhino-grub-theme-git.pacscript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
pkgname="rhino-grub-theme-git" | ||
gives="rhino-grub-theme" | ||
source=("${gives}::https://github.com/rhino-linux/grub.git") | ||
arch=("all") | ||
pkgver="0.0.1" | ||
pkgdesc="Custom Grub Loader theme for Rhino Linux" | ||
maintainer=("Oren Klopfer <[email protected]>") | ||
|
||
package() { | ||
mkdir -p "${pkgdir}/usr/share/grub/themes/rhino" | ||
cp -r "${gives}"/* "${pkgdir}/usr/share/grub/themes/rhino" | ||
} | ||
|
||
post_install() { | ||
echo "=====================================================================" | ||
echo "To enable this theme, add the following line to '/etc/default/grub':" | ||
echo "GRUB_THEME=/usr/share/grub/themes/rhino/theme.txt" | ||
echo "Then, run 'sudo update-grub' and reboot." | ||
echo "=====================================================================" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9595,6 +9595,16 @@ pkgbase = rhino-docker-builder-git | |
|
||
pkgname = rhino-docker-builder-git | ||
--- | ||
pkgbase = rhino-grub-theme-git | ||
gives = rhino-grub-theme | ||
pkgver = 0.0.1 | ||
pkgdesc = Custom Grub Loader theme for Rhino Linux | ||
arch = all | ||
maintainer = Oren Klopfer <[email protected]> | ||
source = rhino-grub-theme::https://github.com/rhino-linux/grub.git | ||
|
||
pkgname = rhino-grub-theme-git | ||
--- | ||
pkgbase = rhino-kvantum-theme-git | ||
gives = rhino-kvantum-theme | ||
pkgver = 0.0.1 | ||
|