|
|
|
#!/bin/sh -eu # FSSTD -> FHS transition pkg=aleph-emacs if [ "$1" = "configure" ]; then if [ -d /usr/doc -a ! -e /usr/doc/$pkg -a -d /usr/share/doc/$pkg ]; then ln -sf ../share/doc/$pkg /usr/doc/$pkg fi fi # Emacs install if [ "$1" = "configure" ]; then /usr/lib/emacsen-common/emacs-package-install aleph-emacs fi
| Results 1 - 1 |