salt/debian/salt.prerm.debhelper
2011-10-03 21:46:11 -06:00

6 lines
167 B
Plaintext

# Automatically added by dh_pysupport
if which update-python-modules >/dev/null 2>&1; then
update-python-modules -c salt.public
fi
# End automatically added section