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

16 lines
182 B
Plaintext
Raw Normal View History

2020-07-09 20:05:46 +00:00
post_install(){
/usr/bin/set-sshkeys
2020-07-09 20:05:46 +00:00
}
pre_upgrade(){
/usr/bin/set-sshkeys --remove
}
2020-07-09 20:05:46 +00:00
post_upgrade(){
/usr/bin/set-sshkeys
}
2020-07-09 20:05:46 +00:00
pre_remove(){
/usr/bin/set-sshkeys --remove
2020-07-09 20:05:46 +00:00
}