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

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
}