#!/usr/libexec/slackrepo/bash
#
# This script can be used as a Zeek log postprocessor to simply *delete*
# the files after rotation.

rm $1
