source: SipgateFax/trunk/scripts/preflight.sh @ 31

Revision 9, 77 bytes checked in by christian, 4 years ago (diff)

Fixed an error while setting up the printer
Added Quartz-based PDF size reduction

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Id Author LastChangedDate LastChangedBy
Line 
1#!/bin/sh
2TARGET=/Library/Filters
3if [ ! -d $TARGET ]
4then
5        mkdir $TARGET
6fi
Note: See TracBrowser for help on using the repository browser.