blob: 2790dcea16646bc95e4910727d343444bf500d23 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
# $1 is $(platform)
# $2 is $(libdir)
# This script is run just after installing a binary distribution, to
# generate a correct package.conf for the new installation.
bin/$1/pkgconf install "$1" "" "NO" "???readline???" "$2" "" "" "" "" "" > $2/package.conf
|