blob: e9686119ac440ebf3ef654d2ffc90ac573ff4a06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/bin/sh
#
# Uncomment the following if you want
# your Trash cleaned out regularly.
#
# This is part of the libtrash package.
#
#if [ -x /usr/sbin/ct2.pl ]
#then
# /usr/sbin/ct2.pl > /dev/null
#fi
|