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

18 lines
422 B
Plaintext
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.

# Tanım: Midna bir Grub temasıdır.
# URL: http://kaosx.us
# Paketçi: alihan-ozturk8@hotmail.com
# Gerekler: grub
isim=grub-theme-midna
surum=1.4
devir=1
kaynak=( http://sourceforge.net/projects/kaosx/files/sources/grub-themes/$isim-$surum.zip)
derle() {
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"
}