File: postinst

package info (click to toggle)
lightbeam 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,344 kB
  • sloc: makefile: 18; sh: 6
file content (11 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

set -e
set -u
webext="lightbeam"

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

#DEBHELPER#