bcachefs-tools-git: auto updated to 1107-4
This commit is contained in:
parent
a6f032df0b
commit
1dfc33584f
3 changed files with 204 additions and 0 deletions
16
repo/bcachefs-tools-git/bcachefs-tools-git.install
Normal file
16
repo/bcachefs-tools-git/bcachefs-tools-git.install
Normal 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:
|
||||
Loading…
Add table
Add a link
Reference in a new issue