milis/talimatname/genel/grub-theme-midna/talimat
2017-03-24 13:47:27 +02:00

17 lines
435 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Midna bir Grub temasıdır.
# URL: http://kaosx.us
# Packager: alihan-ozturk8@hotmail.com
# 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"
}