Changes between Initial Version and Version 1 of Ticket #544
- Timestamp:
- 04/15/10 00:13:10 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #544 – Description
initial v1 1 1 metrics includes code to log when packages get installed, via /etc/apt/apt.conf.d/90debathena-metrics (or debian/90debathena-metrics in the source package), referring to a /usr/lib/debathena-metrics/install-pkg script to get run when packages are installed. 2 2 3 The file in /etc gets left around on uninstall (because it's a conffile), but the script in /usr gets removed. Because the apt configuration has an "|| :"in it, this doesn't cause a failure, but it does print a message about /usr/lib/debathena-metrics/install-pkg not existing.3 The file in /etc gets left around on uninstall (because it's a conffile), but the script in /usr gets removed. Because the apt configuration has an `|| :` in it, this doesn't cause a failure, but it does print a message about /usr/lib/debathena-metrics/install-pkg not existing. 4 4 5 5 We could do a lightly better job in 90debathena-metrics of setting the script to something that won't print an error if the package has been uninstalled.