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

18 lines
428 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Midna bir Grub temasıdır.
2016-08-03 01:30:27 +02:00
# URL: http://kaosx.us
2017-10-27 20:46:27 +02:00
# Paketçi: alihan-ozturk8@hotmail.com
# Gerekler: grub
2016-08-03 01:30:27 +02:00
name=grub-theme-midna
version=1.4
release=1
source=( http://sourceforge.net/projects/kaosx/files/sources/grub-themes/$name-$version.zip)
2017-10-27 23:59:41 +02:00
derle() {
2016-08-03 01:30:27 +02:00
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"
}