Skip to content
Snippets Groups Projects
Commit 3906c7c7 authored by fernandolopez's avatar fernandolopez
Browse files

postinst para python 2.5 tenía código para python support pero no funcionaba

parent c8a26fd1
No related branches found
No related merge requests found
......@@ -7,8 +7,4 @@ if [ -f "/lib/udev/rules.d/95-upower-wup.rules" ]; then
killall upowerd || true
fi
# Automatically added by dh_pysupport
if which update-python-modules >/dev/null 2>&1; then
update-python-modules robot
fi
# End automatically added section
exit 0
#!/bin/sh
# Automatically added by dh_pysupport
if which update-python-modules >/dev/null 2>&1; then
update-python-modules -c robot
fi
# End automatically added section
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment