0byt3m1n1
Path:
/
var
/
lib
/
dpkg
/
info
/
[
Home
]
File: ubuntu-advantage-tools.postrm
#!/bin/sh -e CACHE_FILE=/var/cache/ubuntu-advantage-tools/ubuntu-advantage-status.cache if [ "$1" = purge -a -f "$CACHE_FILE" ]; then rm "$CACHE_FILE" fi # Automatically added by dh_installdeb/11.1.6ubuntu1 dpkg-maintscript-helper mv_conffile /etc/update-motd.d/99-esm /etc/update-motd.d/80-esm 15~ -- "$@" # End automatically added section # Automatically added by dh_installdeb/11.1.6ubuntu1 dpkg-maintscript-helper mv_conffile /etc/update-motd.d/99-livepatch /etc/update-motd.d/80-livepatch 15~ -- "$@" # End automatically added section