File: postinst

package info (click to toggle)
fizsh 1.0.9-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 564 kB
  • ctags: 71
  • sloc: sh: 2,048; makefile: 29
file content (12 lines) | stat: -rwxr-xr-x 111 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
#
#DEBHELPER#
# 

set -e

fizsh=$(which fizsh)

/etc/fizsh/modify-etc-shells.sh --add $fizsh

exit 0