summaryrefslogtreecommitdiff
path: root/package/system/opkg/patches/280-call-prerm-and-postrm-scripts-on-upgrade.patch
Commit message (Collapse)AuthorAge
* opkg: run prerm scripts for the old version also on upgradeJonas Gorski2016-11-21
To make sure we properly restart services on upgrade we need to call the prerm script of the old package, in case the init script changes (or vanishes). Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> Acked-by: Jo-Philipp Wich <jo@mein.io>