16 lines
182 B
Plaintext
16 lines
182 B
Plaintext
post_install(){
|
|
/usr/bin/set-sshkeys
|
|
}
|
|
|
|
pre_upgrade(){
|
|
/usr/bin/set-sshkeys --remove
|
|
}
|
|
|
|
post_upgrade(){
|
|
/usr/bin/set-sshkeys
|
|
}
|
|
|
|
pre_remove(){
|
|
/usr/bin/set-sshkeys --remove
|
|
}
|