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