From bc8e4f498d373a1e5a7e1e5ef3e646f9895dc569 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sat, 11 Jul 2009 19:31:12 +0200 Subject: Even mor %post hacking --- gpsd-devices.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gpsd-devices.spec b/gpsd-devices.spec index be9ca86..8291399 100644 --- a/gpsd-devices.spec +++ b/gpsd-devices.spec @@ -69,13 +69,12 @@ exit 0 %post -semodule -i gps-device gpsd-devices || semodule -u gps-device gpsd-devices +semodule -i gps-device.pp gpsd-devices.pp || semodule -u gps-device.pp gpsd-devices.pp exit 0 %preun -rm -f "%{_datadir}/gpsd/dummy-device" -semodule -r gpsd-devices gps-device +semodule -r gpsd-devices.pp gps-device.pp exit 0 -- cgit