summaryrefslogtreecommitdiffstats
path: root/misc/225upgrade/pkg-install
blob: 83a9f3edb0dff761e40af3540ab07973819e0e84 (plain)
1
2
3
4
5
#!/bin/sh
if [ "$2" != "PRE-INSTALL" ]; then
        exit 0
fi
echo %%VERSION%% > /var/db/pkg/.mkversion
OpenPOWER on IntegriCloud