8 lines
94 B
Text
8 lines
94 B
Text
|
#!/bin/sh
|
||
|
|
||
|
case $2 in
|
||
|
POST-INSTALL)
|
||
|
chsh -s ${PKG_PREFIX}/libexec/sshoutd sshout
|
||
|
;;
|
||
|
esac
|