2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-01-26 03:45:19 +00:00
nushell/debian/postinst

9 lines
110 B
Text
Raw Normal View History

2019-09-10 16:40:14 +00:00
#! /bin/bash
if [ "$1" = configure ] && which add-shell >/dev/null
then
add-shell /usr/bin/nu
fi
exit 0