bcachefs-tools-git: auto updated to 1107-4

This commit is contained in:
Lilac 2023-08-23 12:05:45 +00:00
parent a6f032df0b
commit 1dfc33584f
3 changed files with 204 additions and 0 deletions

View file

@ -0,0 +1,16 @@
post_upgrade() {
echo "If you haven't already, please manually add 'bcachefs' to mkinitcpio.conf variables 'MODULES=()' and 'HOOKS=()', and also add '/usr/bin/bcachefs' to 'BINARIES=()'"
echo "and then run 'mkinitcpio -p linux-bcachefs-git'"
}
post_install() {
echo "Please manually add 'bcachefs' to mkinitcpio.conf variables 'MODULES=()' and 'HOOKS=()', and also add '/usr/bin/bcachefs' to 'BINARIES=()'"
echo "and then run 'mkinitcpio -p linux-bcachefs-git'"
}
post_remove() {
echo "Please manually remove 'bcachefs' from mkinitcpio.conf variables 'MODULES=()' and 'HOOKS=()', and also remove '/usr/bin/bcachefs' from 'BINARIES=()'"
echo "and then run 'mkinitcpio -p linux-bcachefs-git'"
}
# vim:set ft=sh ts=8 sts=2 sw=2 et: