Record prior version

This commit is contained in:
Scott Ullrich 2008-07-07 02:11:33 +00:00
parent 39346bbfce
commit 6e52053bda

View File

@ -1,3 +1,7 @@
#!/bin/sh
# Record the previous version
PRIOR_VERSION=`uname -r | cut -d'.' -f1`
echo $PRIOR_VERSION > /tmp/pre_upgrade_version