prerm is in gnome-speech-swift 1:0.4.25-5ubuntu2.
This file is a maintainer script. It is executed when installing (*inst) or removing (*rm) the package.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | #!/bin/sh -e
rm -f /usr/bin/swift-synthesis-driver*
rm -f /usr/lib/bonobo/servers/GNOME_Speech_SynthesisDriver_Swift.server
[ -L /etc/swift.xml ] && rm /etc/swift.xml
[ -f /etc/ld.so.conf.d/cepstral_swift ] && rm /etc/ld.so.conf.d/cepstral_swift && ldconfig
exit 0
|