8bb921a385
- Bump PORTREVISION for PLIST change Reported by: kwm Obtained from: lth (devel/p5-Module-CoreList)
9 lines
202 B
Bash
9 lines
202 B
Bash
#!/bin/sh
|
|
|
|
case $2 in
|
|
POST-INSTALL)
|
|
if ! test -f %%PREFIX%%/bin/json_pp; then
|
|
echo "===> Reinstalling missing %%PREFIX%%/bin/json_pp"
|
|
cp -p %%PREFIX%%/bin/p5json_pp %%PREFIX%%/bin/json_pp
|
|
fi
|
|
esac
|