Re: pstogif

1999-04-22 Thread Jiri Baum
Philip Lehman: > I managed to delete pstogif from /usr/bin somehow ;) Could somebody > please tell me in which deb package this app is included so I can > reinstall it? If you just deleted it, dpkg should still think it's installed, so you should be able to do "dpkg -S pstogif". Sorry I can't hel

Re: pstogif

1999-04-22 Thread Carl Mummert
The following will workl there are other solutions around, maybe using dpkg. $ find /var/lib/dpkg/info -name '*.list' | xargs grep pstogif The 'Contents.gz' file should also be able to tell you. Carl