Semi-automated update for 4.7.2_1-6

This commit is contained in:
Jesus Alvarez
2016-09-12 22:38:23 -07:00
parent ab67da5983
commit 575b30a8c6
3 changed files with 20 additions and 20 deletions

View File

@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
depmod -a 4.6.4-1-ARCH
depmod -a 4.7.2-1-ARCH
MK_CONF=$(grep -v '#' /etc/mkinitcpio.conf | grep zfs >/dev/null; echo $?);
if [[ ${MK_CONF} == '0' ]]; then
if [[ $1 == 'remove' ]]; then