[ Avaa Bypassed ]




Upload:

Command:

www-data@3.148.202.164: ~ $
#!/bin/sh
# /usr/lib/emacsen-common/packages/remove/foo
# [ Sample only -- this script hasn't been tested, so be careful. ]
set -e

flavor="$1"
elc_dir="/usr/share/$flavor/site-lisp/foo"

echo "remove/foo: Handling removal of emacsen flavor $flavor"

(cd "$elc_dir" && rm -f *.elc *.el install.log install.log.gz)

if test -e "$elc_dir"
then
    rmdir --ignore-fail-on-non-empty "$elc_dir"
fi

exit 0

Filemanager

Name Type Size Permission Actions
changelog.gz File 3.18 KB 0644
copyright File 431 B 0644
debian-emacs-policy.gz File 3.78 KB 0644
sample-package-install-foo File 723 B 0644
sample-package-remove-foo File 401 B 0644