16 lines
413 B
Bash
16 lines
413 B
Bash
|
# Template file for 'dot-xsession'
|
||
|
pkgname=dot-xsession
|
||
|
version=0.1
|
||
|
revision=1
|
||
|
noarch=yes
|
||
|
depends="xmessage"
|
||
|
short_desc="XSession file to run the users ~/.xsession"
|
||
|
maintainer="Florian Wagner <florian@wagner-flo.net>"
|
||
|
license="Public domain"
|
||
|
homepage="http://www.voidlinux.eu"
|
||
|
|
||
|
do_install() {
|
||
|
vinstall ${FILESDIR}/dot-xsession.desktop 644 usr/share/xsessions
|
||
|
vinstall ${FILESDIR}/dot-xsession 755 usr/libexec
|
||
|
}
|