Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.69.17.151
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
emacsen-common /
packages /
remove /
[ HOME SHELL ]
Name
Size
Permission
Action
dictionaries-common
730
B
-rwxr-xr-x
emacsen-common
214
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : dictionaries-common
#!/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;
Close