diff --git a/debian/ngcp-cleanup-tools-pro.install b/debian/ngcp-cleanup-tools-pro.install index 57efb35..9dc9193 100644 --- a/debian/ngcp-cleanup-tools-pro.install +++ b/debian/ngcp-cleanup-tools-pro.install @@ -2,5 +2,4 @@ usr/share/perl5/NGCP/Cleanup.pm usr/share/perl5/NGCP/ acc-cleanup.conf etc/ngcp-cleanup-tools/ acc-cleanup.pl usr/sbin/ cleanup-old-cdr-files.pl usr/sbin/ -moh-cleanup usr/sbin/ sems_cleanup.pl usr/sbin/ diff --git a/moh-cleanup b/moh-cleanup deleted file mode 100755 index 203bb3f..0000000 --- a/moh-cleanup +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -# removes all music-on-hold cache files older than 24h - -find /var/spool/ngcp/moh/ -type f -ctime 1 -exec rm {} \;