mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
9d3810a136
- include sysusers file - refresh tmpfiles file - refresh logrotate file
12 lines
198 B
Plaintext
12 lines
198 B
Plaintext
post_upgrade() {
|
|
if (( $(vercmp $2 0.99.3) <= 0 )); then
|
|
cat << EOF
|
|
|
|
===> WARNING: ClamAV service files have been renamed:
|
|
-> clamav-daemon.service
|
|
-> clamav-freshclam.service
|
|
|
|
EOF
|
|
fi
|
|
}
|