sortix-mirror/ports/emacs/emacs.post-install

5 lines
84 B
Bash
Executable File

#!/bin/sh
set -e
cd "$TIX_INSTALL_DIR/$PREFIX"
find -type f -name '*.el.gz' -delete