diff options
Diffstat (limited to 'opkg.pkg/postinst')
-rw-r--r-- | opkg.pkg/postinst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opkg.pkg/postinst b/opkg.pkg/postinst new file mode 100644 index 0000000..a5286f1 --- /dev/null +++ b/opkg.pkg/postinst @@ -0,0 +1,5 @@ +#!/bin/sh + +if [ x"${1}" = x'configure' ]; then + update-alternatives --install /usr/bin/opkg opkg /usr/bin/opkg-cl 10 +fi |