| .. | |||||
| check_start.sh | |||||
| configure.sh | |||||
| efs_selinux_uninstall_check.sh | |||||
| eset_efs_sysctl.conf | |||||
| eset_efs_sysctl.sh | |||||
| eset_efs_udev.sh | |||||
| perform_app_update.sh | |||||
| register_service.sh | |||||
| remove_certificates.sh | |||||
| sign_modules.sh | |||||
| unconfigure.sh | |||||
| unregister_service.sh |
| Server IP : 103.169.32.36 / Your IP : 216.73.217.13 Web Server : Apache System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /opt/eset/efs/lib/install_scripts/ |
Upload File : |
#!/bin/sh # Script to be run before package is uninstalled/upgraded # stop product, unregister from systemd/init.d if systemctl --version >/dev/null 2>/dev/null; then systemctl stop efs 2>/dev/null || true systemctl disable efs 2>/dev/null || true if [ -d /lib/systemd/system ]; then rm -f /lib/systemd/system/efs.service elif [ -d /usr/lib/systemd/system ]; then rm -f /usr/lib/systemd/system/efs.service fi rm -f /usr/lib/systemd/user/efs-user-agent.service systemctl daemon-reload >/dev/null 2>/dev/null || true else service efs stop 2>/dev/null || true if [ -x /sbin/chkconfig ]; then /sbin/chkconfig --del efs rm -f /etc/init.d/efs else rm -f /etc/init.d/efs /usr/sbin/update-rc.d efs remove || true fi fi # unregister periodic statistics reporting in cron rm -rf /etc/cron.monthly/eset_efs* # run script which clean up product-specific configuration /opt/eset/efs/lib/install_scripts/unconfigure.sh
| .. | |||||
| check_start.sh | |||||
| configure.sh | |||||
| efs_selinux_uninstall_check.sh | |||||
| eset_efs_sysctl.conf | |||||
| eset_efs_sysctl.sh | |||||
| eset_efs_udev.sh | |||||
| perform_app_update.sh | |||||
| register_service.sh | |||||
| remove_certificates.sh | |||||
| sign_modules.sh | |||||
| unconfigure.sh | |||||
| unregister_service.sh |