Codebase list pnm2ppa / df8fd31 debian / prerm
df8fd31

Tree @df8fd31 (Download .tar.gz)

prerm @df8fd31raw · history · blame

1
2
3
4
5
6
7
8
#!/bin/sh -e

if [ "$1" = purge ]
then
  rm -f /etc/magicfilter/pbm2ppa*
fi

#DEBHELPER#