milis/talimatname/genel/grub-theme-midna/talimat

18 lines
435 B
Plaintext
Raw Normal View History

2017-03-24 12:47:27 +01:00
# Description: Midna bir Grub temasıdır.
2016-08-03 01:30:27 +02:00
# URL: http://kaosx.us
2017-01-31 01:37:09 +01:00
# Packager: alihan-ozturk8@hotmail.com
2016-08-03 01:30:27 +02:00
# Depends on: grub
name=grub-theme-midna
version=1.4
release=1
source=( http://sourceforge.net/projects/kaosx/files/sources/grub-themes/$name-$version.zip)
build() {
cd $SRC
mkdir -p $PKG/usr/share/grub/themes
install -dm755 "$PKG/usr/share/grub/themes"
cp -dpr --no-preserve=ownership "midna" "$PKG/usr/share/grub/themes"
}