#!/bin/sh set -e MOZ_APP_NAME=@MOZ_APP_NAME@ MOZ_LIBDIR=/@MOZ_LIBDIR@ if [ "$1" = "install" ] || [ "$1" = "upgrade" ] ; then # This used to be a symlink if [ -h ${MOZ_LIBDIR}/distribution/searchplugins ]; then rm -f ${MOZ_LIBDIR}/distribution/searchplugins fi fi #DEBHELPER#