83ab839c2b
-Update to 2.2.1, see the detail: http://www.abisource.com/release-notes/2.2.1.phtml
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
|