diff options
Diffstat (limited to 'comms/mgetty+sendfax/DEINSTALL')
-rw-r--r-- | comms/mgetty+sendfax/DEINSTALL | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/mgetty+sendfax/DEINSTALL b/comms/mgetty+sendfax/DEINSTALL index 358f82dcf75..29e50910820 100644 --- a/comms/mgetty+sendfax/DEINSTALL +++ b/comms/mgetty+sendfax/DEINSTALL @@ -1,5 +1,6 @@ #!/bin/sh # + if [ -d /var/spool/fax ]; then filecount="`find /var/spool/fax -type f 2>/dev/null | wc -l`" if [ $filecount -eq 0 ]; then @@ -7,3 +8,4 @@ if [ -d /var/spool/fax ]; then rm -r /var/spool/fax fi fi + |