DEBSOURCES
Skip Quicknav
sources / tzdata / 2025c-3 / debian / tzdata.postrm
123456789
#!/bin/sh set -e # Remove /etc/localtime on purge if [ "$1" = "purge" ]; then rm -f /etc/localtime fi #DEBHELPER#