forked from pool/neard
ffa4c1d5e9
- use --prefix=%_prefix, kill the %clean section. kill has_systemd.(bnc#837978) - add udev rules to enable this service by systemd. - remove systemctl from %post. OBS-URL: https://build.opensuse.org/request/show/213941 OBS-URL: https://build.opensuse.org/package/show/hardware/neard?expand=0&rev=5
6 lines
135 B
Plaintext
6 lines
135 B
Plaintext
# This file is part of neard
|
|
|
|
# run a command on remove events
|
|
SUBSYSTEM=="nfc", TAG+="systemd", ENV{SYSTEMD_WANTS}+="neard.service"
|
|
|