forked from Lainports/freebsd-ports
6 lines
173 B
Bash
6 lines
173 B
Bash
#!/bin/sh
|
|
|
|
if [ X$2 = XPOST-INSTALL ]; then
|
|
install-info --section="The Emacs editor and associated tools" \
|
|
${PKG_PREFIX}/info/ecb.info ${PKG_PREFIX}/info/dir
|
|
fi
|