Merge pull request #25 from bashclub/dev

Update postinstall
This commit is contained in:
Thorsten Spille 2024-06-24 15:30:49 +02:00 committed by GitHub
commit f271c7716b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -650,7 +650,7 @@ remove_virtiowin_updater() {
if [ -f /usr/local/bin/virtio-win-updater ]; then if [ -f /usr/local/bin/virtio-win-updater ]; then
rm -f /usr/local/bin/virtio-win-updater rm -f /usr/local/bin/virtio-win-updater
fi fi
if [ -f /etc/cron.daily/virtio-win-updater]; then if [ -f /etc/cron.daily/virtio-win-updater ]; then
rm -f /etc/cron.daily/virtio-win-updater rm -f /etc/cron.daily/virtio-win-updater
fi fi
} }