diff options
| author | Nippy <nippy@rp1.hu> | 2026-07-18 08:51:23 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-07-18 08:51:23 +0200 |
| commit | 639f4872cffadc5df3687d0a31a63895ff8b5a0c (patch) | |
| tree | 7eb352086a56b086400bb6b65b140b27a1c8b5c5 /raveos-plymouth-theme/PKGBUILD | |
| parent | d3fac45fd42e4418aca25cd05ea52b38a464e90f (diff) | |
| download | RaveOS-PKGBUILD-639f4872cffadc5df3687d0a31a63895ff8b5a0c.tar.gz RaveOS-PKGBUILD-639f4872cffadc5df3687d0a31a63895ff8b5a0c.zip | |
fix btrfs and added plymouth
Diffstat (limited to 'raveos-plymouth-theme/PKGBUILD')
| -rw-r--r-- | raveos-plymouth-theme/PKGBUILD | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/raveos-plymouth-theme/PKGBUILD b/raveos-plymouth-theme/PKGBUILD new file mode 100644 index 0000000..e2486e9 --- /dev/null +++ b/raveos-plymouth-theme/PKGBUILD @@ -0,0 +1,16 @@ +pkgname=raveos-plymouth-theme +pkgver=1.0.0 +pkgrel=1 +pkgdesc="RaveOS Plymouth boot splash theme" +arch=('any') +url="https://git.rp1.hu/RaveOS" +license=('GPL') +depends=('plymouth') +install=raveos-plymouth-theme.install +source=() +sha256sums=() + +package() { + install -d "${pkgdir}/usr/share/plymouth/themes/raveos" + cp -r "${startdir}/theme-data/." "${pkgdir}/usr/share/plymouth/themes/raveos/" +} |