__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#!/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
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| changelog.gz | File | 970 B | 0644 |
|
| copyright | File | 472 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 |
|