We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d516d19 commit 75dca3cCopy full SHA for 75dca3c
packages/Debian/common/DEBIAN/postinst
@@ -83,7 +83,7 @@ call_package_update_script () {
83
current_installed_version=`cat ${installed_version_file}`
84
update_script="/usr/local/foglamp/scripts/package/debian/package_update.sh"
85
# Check update script exists
86
- if [ -x "${update_script}" ] && [ -s "${update_script}" ]; then
+ if [ -x "${update_script}" ] && [ -s "${update_script}" ] && [ -O "${update_script}" ]; then
87
# Call Debian update script passing the previous version
88
${update_script} ${current_installed_version}
89
fi
0 commit comments