summarylogtreecommitdiffstats
path: root/plymouth.install
diff options
context:
space:
mode:
authorLili12282023-03-29 21:52:48 +0200
committerLili12282023-03-29 21:52:48 +0200
commit97a30ddada2ba5340c5eccc595b4f685bb86f701 (patch)
treec3262d70f8656ee6ccb98e632395f347c53c257b /plymouth.install
parent287ca1891a6ea4eabe1b16b1dfd8a1531b76ad03 (diff)
downloadaur-97a30ddada2ba5340c5eccc595b4f685bb86f701.tar.gz
Sync with Arch repo
Diffstat (limited to 'plymouth.install')
-rw-r--r--plymouth.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/plymouth.install b/plymouth.install
new file mode 100644
index 000000000000..9e6858eb0643
--- /dev/null
+++ b/plymouth.install
@@ -0,0 +1,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
+}