File: bash3.postinst

package info (click to toggle)
bash3 3.0-12
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,736 kB
  • ctags: 34
  • sloc: sh: 3,053; makefile: 408
file content (9 lines) | stat: -rw-r--r-- 112 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#! /bin/bash -e

if [ -x /usr/sbin/add-shell ]; then
    /usr/sbin/add-shell /bin/bash3
fi

#DEBHELPER#

exit 0