specfile: A stab at making the %post script work properly
Now we try to create the database if a query against it fails,
and we always run the import, using the limiter put in place
by find_configured.php and with the --incremental flag.
The fact that we always run the importer serves as a safety
net in case the module breaks at some customer and they have
to disable it temporarily to get Nagios up and running again.
The missing log-entries will then be imported automagically
the very next time they upgrade this module.
Signed-off-by: Andreas Ericsson <ae@op5.se>