summarylogtreecommitdiffstats
path: root/plymouth.install
blob: 9e6858eb0643b9a8d1c7ef16d8bd684dbf7e00c8 (plain)
1
2
3
4
5
6
post_upgrade() {
  # Show warning for users of the old package from AUR
  if (( $(vercmp $2 '22.02.122-5') < 0 )); then
    echo "WARNING: The 'plymouth-encrypt' hook no longer exists in the package. You should replace ithem with 'encrypt' hook in your 'mkinitcpio.conf'."
  fi
}