generated from zj/archlinux-pkg
fix23
This commit is contained in:
@@ -138,4 +138,18 @@ post_install() {
|
||||
fi
|
||||
|
||||
|
||||
mv -f /home/smart/.tms3/starter/tms-ssh.conf /etc/ssh/ssh_config.d/tms-ssh.conf
|
||||
}
|
||||
|
||||
|
||||
## arg 1: the new package version
|
||||
## arg 2: the old package version
|
||||
pre_upgrade() {
|
||||
rm -f /etc/ssh/ssh_config.d/tms-ssh.conf
|
||||
}
|
||||
|
||||
## arg 1: the new package version
|
||||
## arg 2: the old package version
|
||||
post_upgrade() {
|
||||
mv -f /home/smart/.tms3/starter/tms-ssh.conf /etc/ssh/ssh_config.d/tms-ssh.conf
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user