On Mon, 2004-08-23 at 14:11 -0400, Jeremy Katz wrote: > > should instead be this?: > > > > if [ "$1" -eq "0"]; then > > rm -f /etc/hal/device.d/fstab-sync > > fi > > /sbin/ldconfig > > if [ "$1" -ge "1" ]; then > > service haldaemon condrestart > /dev/null 2>&1 > > fi > > Or maybe the symlink should just be included in the package. Having it > done in the %post like that is fairly fragile (and doesn't have any real > advantage that I can see) > Yeah. I've just added an option in the upstream package to automatically install the symlink. David