diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-08-26 11:12:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-08-26 11:12:49 +0000 |
commit | bd150fea3a331daf6cacf0e1030ad8339ac2ef03 (patch) | |
tree | 03a97163966790432c0c7b97b6c7aec077eb168c /emulators/rtc/pkg-plist | |
parent | aaece8c4d04afa394a31becd3fd5f14b747e1c60 (diff) |
Notes
Diffstat (limited to 'emulators/rtc/pkg-plist')
-rw-r--r-- | emulators/rtc/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/rtc/pkg-plist b/emulators/rtc/pkg-plist index 36213f9d5bc8..5d973eff2b21 100644 --- a/emulators/rtc/pkg-plist +++ b/emulators/rtc/pkg-plist @@ -2,5 +2,5 @@ etc/rc.d/rtc.sh include/rtc.h modules/rtc.ko %%EXAMPLESDIR%%/test.c -@exec rm -f %%DEVDIR%%/rtc -@unexec rm -f /dev/rtc +@postexec rm -f %%DEVDIR%%/rtc +@postunexec rm -f /dev/rtc |