#!/bin/sh

PKGCOND=/usr/bin/pkgcond
test -x $PKGCOND || exit 0
if $PKGCOND is_path_writable $BASEDIR/lib/firefox; then
  touch $BASEDIR/lib/firefox/.autoreg
fi

#####################################
##      Package Files Section      ##
#####################################

