summarylogtreecommitdiffstats
path: root/bcachefs-tools-git.install
blob: f9ac55335bfcd508b223b54318fd556b6225b287 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_upgrade() {
    echo "If you haven't already, please manually add 'bcachefs' to mkinitcpio.conf variables 'MODULES=()', 'BINARIES=()', and 'HOOKS=()'"
    echo "and then run 'mkinitcpio -p linux-bcachefs-git'"
}

post_install() {
    echo "Please manually add 'bcachefs' to mkinitcpio.conf variables 'MODULES=()', 'BINARIES=()', and 'HOOKS=()'"
    echo "and then run 'mkinitcpio -p linux-bcachefs-git'"
}

post_remove() {
    echo "Please manually remove 'bcachefs' to mkinitcpio.conf variables 'MODULES=()', 'BINARIES=()', and 'HOOKS=()'"
    echo "and then run 'mkinitcpio -p linux-bcachefs-git'"
}

# vim:set ft=sh ts=8 sts=2 sw=2 et: