summaryrefslogtreecommitdiff
path: root/mit-scheme-x11/template
diff options
context:
space:
mode:
Diffstat (limited to 'mit-scheme-x11/template')
-rw-r--r--mit-scheme-x11/template6
1 files changed, 6 insertions, 0 deletions
diff --git a/mit-scheme-x11/template b/mit-scheme-x11/template
index c926dcd..c9513c8 100644
--- a/mit-scheme-x11/template
+++ b/mit-scheme-x11/template
@@ -20,3 +20,9 @@ homepage="https://www.gnu.org/software/mit-scheme/"
#changelog=""
distfiles="https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/12.1/mit-scheme-12.1-x86-64.tar.gz"
checksum=8cfbb21b0e753ab8874084522e4acfec7cadf83e516098e4ab788368b748ae0c
+
+post_install ()
+{
+ cd ${wrksrc}
+ vinstall etc/xscheme.el 644 usr/share/emacs/site-lisp/xscheme.el
+}