Sophie

Sophie

distrib > Mageia > 8 > aarch64 > by-pkgid > e8a4bf72c5863d72b8d9dd2ba7feb68d > scriptlet

atop-2.5.0-3.mga8.aarch64.rpm

PREUN

/bin/sh
/usr/share/rpm-helper/del-service atop $1 atop 

/usr/share/rpm-helper/del-service atop $1 atopacct 


if [ $1 -eq 0 ] ; then 
        # Package removal, not upgrade 
        systemctl --no-reload disable --now atop-rotate.timer >/dev/null 2>&1 || : 
fi

POSTIN

/bin/sh
/usr/bin/systemd-tmpfiles --create atop.conf 

/usr/share/rpm-helper/add-service atop $1 atop 

/usr/share/rpm-helper/add-service atop $1 atopacct 


if [ $1 -eq 1 ] ; then 
        # Initial installation 
        systemctl --no-reload preset atop-rotate.timer >/dev/null 2>&1 || : 
fi