#!/bin/sh -e

# remove pyc and pyo files from older versions of this package
find /usr/share/startupmanager -name '*\.py[co]' -delete

#DEBHELPER#
