#! /bin/sh

set -e
set -u
webext="lightbeam"

if [ "$1" = "configure" ]; then
    touch /usr/share/webext/${webext}/manifest.json
fi

#DEBHELPER#
