c2b3e07653
PR: ports/65265 Submitted by: Ports Fury
14 lines
422 B
Plaintext
14 lines
422 B
Plaintext
bin/pwm
|
|
etc/pwm/buttons-default.conf
|
|
etc/pwm/keys-default.conf
|
|
etc/pwm/look-beoslike.conf
|
|
etc/pwm/look-brownsteel.conf
|
|
etc/pwm/menus-default.conf
|
|
@unexec if cmp -s %B/sample.conf %B/pwm.conf; then rm -f %B/pwm.conf; fi
|
|
etc/pwm/sample.conf
|
|
@exec if [ ! -e %B/pwm.conf ]; then cp %B/sample.conf %B/pwm.conf; fi
|
|
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
|
|
%%PORTDOCS%%%%DOCSDIR%%/config.txt
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
@dirrm etc/pwm
|