Replace @exec/unexec by @dirrmtry which does the same job

This commit is contained in:
Baptiste Daroussin 2014-09-02 22:53:08 +00:00
parent f6250a0be6
commit bea764ff9c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367120

View File

@ -32,5 +32,4 @@ sbin/lircd
sbin/lircmd
@dirrm include/lirc
@sample etc/lircd.conf.sample
@exec mkdir -p /var/run/lirc
@unexec rmdir /var/run/lirc 2> /dev/null || true
@dirrmtry /var/run/lirc