Skip to content

Instantly share code, notes, and snippets.

@MayeulC
Last active August 19, 2019 09:17
Show Gist options
  • Save MayeulC/400adbfba72effc29fca4d8666fc4571 to your computer and use it in GitHub Desktop.
Save MayeulC/400adbfba72effc29fca4d8666fc4571 to your computer and use it in GitHub Desktop.
Reminder to disable tbsync accounts before updating to Thunderbird 68
# Place in /etc/pacman.d/hooks/90-thunderbird.hook
[Trigger]
Type = Package
Operation = Install
Operation = Upgrade
Target = thunderbird
Target = /usr/bin/thunderbird
[Action]
Description = Please disable TBsync accounts as per https://github.com/jobisoft/TbSync/blob/master/UPDATE68.md and delete this file (/etc/pacman.d/hooks/90-thunderbird.hook)
AbortOnFail
When = PreTransaction
Exec = /usr/bin/false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment