psa: remove old event feed items
[feedingit] / psa_harmattan / feedingit / deb_dist / feedingit-0.1.0 / debian / feedingit.prerm.debhelper
1
2 # Automatically added by dh_python2:
3 if which pyclean >/dev/null 2>&1; then
4         pyclean -p feedingit 
5 else
6         dpkg -L feedingit | grep \.py$ | while read file
7         do
8                 rm -f "${file}"[co] >/dev/null
9         done
10 fi
11
12 # End automatically added section