Mini Shell Moded By TiGER HeX
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
var
/
lib
/
dpkg
/
info
/
Linux midnightridazz 4.19.0-11-cloud-amd64 #1 SMP Debian 4.19.146-1 (2020-09-17) x86_64
Upload File :
New :
File
Dir
//var/lib/dpkg/info/rsync.postrm
#!/bin/sh -e # postrm for rsync if [ "$1" = "purge" ] ; then update-rc.d rsync remove >/dev/null fi ## from /usr/share/debhelper/autoscripts/postrm-systemd : if [ "$1" = "remove" ]; then if [ -x "/usr/bin/deb-systemd-helper" ]; then deb-systemd-helper mask rsync.service >/dev/null fi fi if [ "$1" = "purge" ]; then if [ -x "/usr/bin/deb-systemd-helper" ]; then deb-systemd-helper purge rsync.service >/dev/null deb-systemd-helper unmask rsync.service >/dev/null fi fi exit 0