Linux puskom-ProLiant-DL385-Gen10 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64
/
var
/
lib
/
dpkg
/
info
/
/var/lib/dpkg/info/geoclue-2.0.postrm
#!/bin/sh # postrm script for geoclue-2.0 # # see: dh_installdeb(1) set -e case "$1" in purge) if dpkg-statoverride --list /var/lib/geoclue >/dev/null 2>&1 then dpkg-statoverride --remove /var/lib/geoclue fi ;; remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) ;; *) echo "postrm called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. exit 0