5 lines
97 B
Bash
5 lines
97 B
Bash
#!/bin/sh
|
|
|
|
if [ "$2" = "POST-INSTALL" ]; then
|
|
mkdir -p ${PKG_PREFIX}/lib/AbiWord-2.2/plugins
|
|
fi
|