]> git.proxmox.com Git - mirror_spl-debian.git/blame - debian/spl.preinst
control.in: Really append myself to Uploaders.
[mirror_spl-debian.git] / debian / spl.preinst
CommitLineData
c932eac9
AX
1#!/bin/sh
2set -e
3
4# Detect if /etc/hostid is a conffile of previous spl package, migrate if yes
5# hostid file should preserve even when package is purged
6if $(dpkg-query --showformat='${Conffiles}\n' --show spl >/dev/null 2>&1); then
7 dpkg-maintscript-helper rm_conffile /etc/hostid -- "$@"
8fi
9
10#DEBHELPER#