source: sipbmp3/debian/inst/run-checkpc @ c061ab8

debianmacno-cupsnodebathenaweb
Last change on this file since c061ab8 was c061ab8, checked in by Jessica Hamrick <jhamrick@…>, 15 years ago

First working version of the sipbmp3 package.

  • Property mode set to 100755
File size: 307 bytes
Line 
1#!/bin/sh
2
3# make sure directories exist for checkpc
4if [ ! -d /var/spool/lpd ]; then
5    mkdir /var/spool/lpd
6    mkdir /var/spool/lpd/%P
7else
8    if [ ! -d /var/spool/lpd/%P ]; then
9        mkdir /var/spool/lpd/%P
10    fi
11fi
12chmod og=rwx /var/spool/lpd
13chmod og=rwx /var/spool/lpd/%P
14/usr/sbin/checkpc -Plprmp3 -f
Note: See TracBrowser for help on using the repository browser.