On Sat, Jul 14, 2012 at 8:56 PM, Filipus Klutiero wrote: > Removing xscreensaver causes error "/usr/bin/xscreensaver: No such file or > directory":
> This comes from the postrm killing all xscreensaver processes: >> >> killall -q /usr/bin/xscreensaver || true > > > This doesn't cause the removal to fail, but does display the error, which > happens because /usr/bin/xscreensaver no longer exists during postrm. > killall apparently always prints such an error when the file doesn't exist. > > One obvious fix would be to move this to prerm, which would probably be > cleaner too, however there is no prerm yet. Thanks for your report. Moving this to a prerm seems like the right thing to do. Tormod -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

