%PDF- %PDF-
Direktori : /var/www/html/friendstravel.al/wp-content/uploads/k2/root/var/lib/dpkg/info/ |
Current File : /var/www/html/friendstravel.al/wp-content/uploads/k2/root/var/lib/dpkg/info/redis-server.prerm |
#!/bin/sh set -e # Automatically added by dh_installsystemd/12.9ubuntu1 if [ -d /run/systemd/system ] && [ "$1" = remove ]; then deb-systemd-invoke stop 'redis-server.service' >/dev/null || true fi # End automatically added section # Automatically added by dh_installinit/12.9ubuntu1 if [ -x "/etc/init.d/redis-server" ] && [ "$1" = remove ]; then invoke-rc.d --skip-systemd-native redis-server stop || exit 1 fi # End automatically added section # Automatically added by dh_installdeb/12.9ubuntu1 dpkg-maintscript-helper rm_conffile /etc/redis/redis-server.post-down.d/00_example 4:4.0.2-3\~ -- "$@" dpkg-maintscript-helper rm_conffile /etc/redis/redis-server.post-up.d/00_example 4:4.0.2-3\~ -- "$@" dpkg-maintscript-helper rm_conffile /etc/redis/redis-server.pre-down.d/00_example 4:4.0.2-3\~ -- "$@" dpkg-maintscript-helper rm_conffile /etc/redis/redis-server.pre-up.d/00_example 4:4.0.2-3\~ -- "$@" # End automatically added section