reverting conflicting commits

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-12-13 17:21:32 -05:00
parent d2ffc2cad4
commit f93eced1c6
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -157,6 +157,6 @@ pkg_postinst() {
fi
fi
if [ -d /home/zero ]; then
chown zero:users /home/zero/.vim-scratch || die
chown zero.users /home/zero/.vim-scratch || die
fi
}