| Server IP : 217.160.0.169 / Your IP : 216.73.217.148 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u81562609 ( 7464296) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/emacsen-common/packages/install/ |
Upload File : |
#!/bin/sh
set -e
flavor="$1"
echo "emacsen-common: Handling install of emacsen flavor $flavor"
rm -f \
"/usr/share/$flavor/site-lisp/debian-startup.el" \
"/usr/share/$flavor/site-lisp/debian-startup.elc"
# Create symlinks to the .el files (see section 5E in debian-emacs polcy).
(cd "/usr/share/$flavor/site-lisp"
ln -s ../../emacsen-common/debian-startup.el .)
"$flavor" --no-init-file --no-site-file -batch -f batch-byte-compile \
"/usr/share/$flavor/site-lisp/debian-startup.el"