Ticket #1455 (new defect)
Opened 11 years ago
bash-config and tcsh-config don't uninstall cleanly
Reported by: | jdreed | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Summer 2014 |
Component: | -- | Keywords: | |
Cc: | Fixed in version: | ||
Upstream bug: |
Description
Because /etc/profile.d/profile.debathena.sh is a config file, it does not get removed without a purge, however we do remove our run-parts directories. So profile.debathena.sh then tries to run-parts in an empty directory, and prints annoying things to stderr for SSH connections.
We should test -d those before executing run-parts. And possibly fix #594 at the same time.
Note: See
TracTickets for help on using
tickets.