PKGBUILDs/cs-dev-sshkeys/cs-dev-sshkeys.install

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
}