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

18 lines
435 B
Text
Raw Normal View History

2017-03-24 13:47:27 +02:00
# Description: Midna bir Grub temasıdır.
2016-08-02 23:30:27 +00:00
# URL: http://kaosx.us
2017-01-31 03:37:09 +03:00
# Packager: alihan-ozturk8@hotmail.com
2016-08-02 23:30:27 +00: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"
}