freebsd-ports/deskutils/treeline/pkg-install
Pav Lucistnik 7e93fecc76 - Update to 0.10.0
PR:		ports/72893
Submitted by:	Tobias Roth <ports@fsck.ch> (maintainer)
2004-10-28 17:33:28 +00:00

5 lines
94 B
Bash

#!/bin/sh
if [ "$2" = "POST-INSTALL" ]; then
mkdir -p ${PKG_PREFIX}/lib/treeline/plugins
fi