salt/debian/salt.prerm.debhelper

6 lines
167 B
Plaintext
Raw Normal View History

2011-10-04 03:46:11 +00:00
# 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