7e93fecc76
PR: ports/72893 Submitted by: Tobias Roth <ports@fsck.ch> (maintainer)
6 lines
94 B
Bash
6 lines
94 B
Bash
#!/bin/sh
|
|
|
|
if [ "$2" = "POST-INSTALL" ]; then
|
|
mkdir -p ${PKG_PREFIX}/lib/treeline/plugins
|
|
fi
|