DEBSOURCES
Skip Quicknav
sources / lightbeam / 3.0.1-1 / debian / postinst
1234567891011
#! /bin/sh set -e set -u webext="lightbeam" if [ "$1" = "configure" ]; then touch /usr/share/webext/${webext}/manifest.json fi #DEBHELPER#