__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#!/bin/sh
#
# emacsen remove script for the Debian GNU/Linux
# dictionaries-common package
#
# Written by Rafael Laboissiere <rafael@debian.org> and
# Agustin Martin <agmartin@debian.org> based on
# Dirk Eddelbuettel <edd@debian.org> script for the octave package.
# -----------------------------------------------------------------
set -e
# Canadian spelling ;-)
flavour=$1
package=dictionaries-common
destination=/usr/share/${flavour}/site-lisp/${package}
if [ -d $destination ]; then
echo remove/${package}: Purging byte-compiled files for flavour ${flavour}
rm -f ${destination}/*.elc ${destination}/*.el ${destination}/done ${destination}/.nosearch
rmdir --ignore-fail-on-non-empty ${destination}
fi
exit 0;
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| dictionaries-common | File | 730 B | 0755 |
|
| emacsen-common | File | 214 B | 0755 |
|