|
|
@ -20,7 +20,12 @@ |
|
|
|
# |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
pkg_antiword_postinstall() { |
|
|
|
echo "fixing permissions" |
|
|
|
chmod 644 $datadir/antiword/* |
|
|
|
chmod 755 $bindir/antiword $bindir/kantiword |
|
|
|
} |
|
|
|
|
|
|
|
var_append makeinstopt " " "LOCAL_INSTALL_DIR=$bindir" |
|
|
|
var_append makeinstopt " " "LOCAL_RESOURCES_DIR=$datadir/antiword" |
|
|
|
|
|
|
|
hook_add postinstall 3 "pkg_antiword_postinstall" |