#!/bin/sh -e
# $Id: postinst,v 1.2 2004/02/06 00:31:05 ianb-guest Exp $
. /usr/share/debconf/confmodule

db_get surfraw/surfraw-path
if [ "$RET" = "true" ]
then
	surfraw-update-path -add -sys -all &>/dev/null || true
fi

#DEBHELPER#
