Allow Virtual to update to Generic

This commit is contained in:
MilhouseVH 2017-02-02 12:32:26 -08:00 committed by chewitt
parent a51188bd68
commit 4b3dfa4c5a

View File

@ -0,0 +1,2 @@
# Allow upgrades from Virtual to Generic
[ "$1" = "Virtual.x86_64" ] && exit 0 || exit 1