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