This repository has been archived on 2025-01-05. You can view files and clone it, but cannot push or open issues or pull requests.
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
}