File: netsurf-fb.postinst

package info (click to toggle)
netsurf 3.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 85,588 kB
  • sloc: ansic: 386,879; xml: 81,991; cpp: 6,274; perl: 4,531; makefile: 3,191; yacc: 2,246; python: 2,170; sh: 1,442; jsp: 1,156; lex: 623; javascript: 540; ruby: 329; asm: 288; lisp: 151; php: 6
file content (8 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

if [ "$1" = "configure" ]; then
    update-alternatives --install /usr/bin/netsurf netsurf-browser /usr/bin/netsurf-fb 80 --slave /usr/share/man/man1/netsurf.1.gz netsurf-manual /usr/share/man/man1/netsurf-fb.1.gz
fi

#DEBHELPER#