#!/bin/sh
#
# cups-config-daemon:   Cups configuration daemon (obsolete)
#
# chkconfig: - 98 02 
# description: cups-config-daemon is obsolete\
#              This script just avoids that the postun script\
#              of hal-cups-utils < 0.6.0 fails 

echo cups-config-daemon is obsolete
exit 0
