summarylogtreecommitdiffstats
path: root/plymouth.install
diff options
context:
space:
mode:
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
+}