99iusupgrade
changeset 11 475f93aa63cb
parent 10 51b2226ad231
--- a/99iusupgrade	Thu Oct 25 09:03:59 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-DPkg {
-  Pre-Invoke {
-    "wc -l < /var/log/apt/history.log > /tmp/lines_count.dat || true";
-  };
-  Post-Invoke {
-    "test -x /usr/sbin/apt-feed-logbuch && /usr/sbin/apt-feed-logbuch $(echo $PPID) || true";
-  };
-};