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.123
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 /
share /
doc /
emacsen-common /
[ HOME SHELL ]
Name
Size
Permission
Action
changelog.gz
3.18
KB
-rw-r--r--
copyright
431
B
-rw-r--r--
debian-emacs-policy.gz
3.78
KB
-rw-r--r--
sample-package-install-foo
723
B
-rw-r--r--
sample-package-remove-foo
401
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sample-package-remove-foo
#!/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
Close