You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FOGL-1751: allow postinst script to call update script
preinst script saves a temporary file with current installed FogLAMP debian package version.
postinst script calls FogLAMP Debian script update /usr/local/foglamp/scripts/package/debian/package_update.sh passing the previous version.
Temporary file is removed after the script call.
The /usr/local/foglamp/scripts/package/debian/package_update.sh performs all needed upgrade/downgrade actions based on scripts found in:
- /usr/local/foglamp/scripts/package/debian/upgrade/*.sh
- /usr/local/foglamp/scripts/package/debian/downgrade/*.sh
These scripts weill be added into FogLAMP repository
0 commit comments