summaryrefslogtreecommitdiffstats
path: root/misc/34upgrade/pkg-install
diff options
context:
space:
mode:
Diffstat (limited to 'misc/34upgrade/pkg-install')
-rw-r--r--misc/34upgrade/pkg-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/34upgrade/pkg-install b/misc/34upgrade/pkg-install
new file mode 100644
index 0000000..8ed8de6
--- /dev/null
+++ b/misc/34upgrade/pkg-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+if [ "$2" != "PRE-INSTALL" ]; then
+ exit 0
+fi
+echo %%VERSION%% > /var/db/port.mkversion
OpenPOWER on IntegriCloud