diff options
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/plymouth-theme-linhes/PKGBUILD | 17 | ||||
-rw-r--r-- | abs/core/plymouth-theme-linhes/linhes-logo.tar.gz | bin | 0 -> 143360 bytes |
2 files changed, 17 insertions, 0 deletions
diff --git a/abs/core/plymouth-theme-linhes/PKGBUILD b/abs/core/plymouth-theme-linhes/PKGBUILD new file mode 100644 index 0000000..0418a70 --- /dev/null +++ b/abs/core/plymouth-theme-linhes/PKGBUILD @@ -0,0 +1,17 @@ +# +pkgname="plymouth-theme-linhes-logo" +pkgver=1 +pkgrel=1 +pkgdesc="linhes logo theme for plymouth" +arch=('any') +license=('GPL') +depends=('plymouth') +options=('') +source=("linhes-logo.tar.gz") + +package() { + cd $srcdir/linhes-logo + mkdir -p $pkgdir/usr/share/plymouth/themes/linhes-logo + install -Dm644 * $pkgdir/usr/share/plymouth/themes/linhes-logo +} +md5sums=('ec26e16177210f616765e3848b1bf5e4') diff --git a/abs/core/plymouth-theme-linhes/linhes-logo.tar.gz b/abs/core/plymouth-theme-linhes/linhes-logo.tar.gz Binary files differnew file mode 100644 index 0000000..1c79f28 --- /dev/null +++ b/abs/core/plymouth-theme-linhes/linhes-logo.tar.gz |