#!/bin/sh
#
# cron script to rotate dpkg-mountable's log files

cd /var/log
savelog -c 4 dpkg-mountable >/dev/null
