mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
openssh: cleanup
This commit is contained in:
parent
adeb578ab0
commit
5d1fc099e9
@ -68,6 +68,10 @@ post_makeinstall_target() {
|
|||||||
if [ ! $SFTP_SERVER = "yes" ]; then
|
if [ ! $SFTP_SERVER = "yes" ]; then
|
||||||
rm -rf $INSTALL/usr/lib/openssh/sftp-server
|
rm -rf $INSTALL/usr/lib/openssh/sftp-server
|
||||||
fi
|
fi
|
||||||
|
# k0p
|
||||||
|
rm -rf $INSTALL/usr/bin/ssh-add
|
||||||
|
rm -rf $INSTALL/usr/bin/ssh-agent
|
||||||
|
rm -rf $INSTALL/usr/bin/ssh-keyscan
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user