0byt3m1n1
Path:
/
var
/
lib
/
dpkg
/
info
/
[
Home
]
File: util-linux.prerm
#!/bin/sh set -e case "$1" in remove) update-alternatives --remove pager /bin/more ;; upgrade|failed-upgrade|deconfigure) ;; esac # Automatically added by dh_installsystemd/11.1.6ubuntu1 if [ -d /run/systemd/system ] && [ "$1" = remove ]; then deb-systemd-invoke stop 'fstrim.service' 'fstrim.timer' >/dev/null || true fi # End automatically added section # Automatically added by dh_installsystemd/11.1.6ubuntu1 if [ -d /run/systemd/system ] && [ "$1" = remove ]; then deb-systemd-invoke stop 'fstrim.timer' >/dev/null || true fi # End automatically added section # Automatically added by dh_installdeb/11.1.6ubuntu1 dpkg-maintscript-helper rm_conffile /etc/init/hwclock-save.conf 2.28.1-1ubuntu1\~ -- "$@" dpkg-maintscript-helper rm_conffile /etc/init/hwclock.conf 2.28.1-1ubuntu1\~ -- "$@" dpkg-maintscript-helper rm_conffile /etc/init/hwclock.sh.conf 2.28.1-1ubuntu1\~ -- "$@" dpkg-maintscript-helper rm_conffile /etc/cron.weekly/fstrim 2.31.1-0.4ubuntu1\~ -- "$@" # End automatically added section