milis/talimatname/genel/l/lxdm-tema/talimat

18 lines
428 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: milislinux lxdm teması
2017-03-01 22:08:24 +01:00
# URL: http://milis.gungre.ch/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge yasarciv
# Gerekler: lxdm mate-themes
2017-03-01 22:08:24 +01:00
2017-10-28 14:10:23 +02:00
isim=lxdm-tema
surum=1.0
devir=1
kaynak=(https://github.com/yasarciv/$isim/archive/$surum.tar.gz)
2017-03-01 22:08:24 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2017-03-01 22:08:24 +01:00
install -d "$PKG/usr/share/lxdm/themes"
install -d "$PKG/etc/lxdm"
cp -r lxdm-themes/Milis-Lxdm-Tema "$PKG/usr/share/lxdm/themes"
cp lxdm/lxdm.conf "$PKG/etc/lxdm/"
}