99iusupgrade
changeset 11 475f93aa63cb
parent 10 51b2226ad231
equal deleted inserted replaced
10:51b2226ad231 11:475f93aa63cb
     1 DPkg {
       
     2   Pre-Invoke {
       
     3     "wc -l < /var/log/apt/history.log > /tmp/lines_count.dat || true";
       
     4   };
       
     5   Post-Invoke {
       
     6     "test -x /usr/sbin/apt-feed-logbuch && /usr/sbin/apt-feed-logbuch $(echo $PPID) || true";
       
     7   };
       
     8 };