Don't fail post-install script if link target doesn't exist

This commit is contained in:
Calen Pennington
2012-03-28 16:50:03 -04:00
parent a54fcd9777
commit 93c689e2a8

View File

@@ -40,7 +40,7 @@ task :package do
set -x
service gunicorn stop
rm #{LINK_PATH}
rm -f #{LINK_PATH}
ln -s #{INSTALL_DIR_PATH} #{LINK_PATH}
service gunicorn start
POSTINSTALL