Changeset c503858


Ignore:
Timestamp:
Mar 20, 2010, 7:11:34 PM (14 years ago)
Author:
Yuri Lin <yuri@…>
Branches:
master, debian, mac, no-cups, nodebathena, web
Children:
4cd453f
Parents:
568d777
git-author:
Yuri Lin <yuri@…> (03/20/10 19:11:34)
git-committer:
Yuri Lin <yuri@…> (03/20/10 19:11:34)
Message:

New scripts to add printer and set permissions using CUPS; change the post-installation script to use these new scripts.

Location:
gutenbach/debian
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • gutenbach/debian/gutenbach.postinst

    re4cb270 rc503858  
    3434
    3535        chmod +x /usr/lib/gutenbach/inst/create-filter-config
    36         chmod +x /usr/lib/gutenbach/inst/edit-printcap
    37         chmod +x /usr/lib/gutenbach/inst/edit-lpd.conf
    38         chmod +x /usr/lib/gutenbach/inst/run-checkpc
    39         chmod +x /usr/lib/gutenbach/inst/edit-lpd.perms
     36        chmod +x /usr/lib/gutenbach/inst/cups-add-printer
     37        chmod +x /usr/lib/gutenbach/inst/cups-set-perms
    4038        /usr/lib/gutenbach/inst/create-filter-config
    41         /usr/lib/gutenbach/inst/edit-printcap
    42         /usr/lib/gutenbach/inst/edit-lpd.conf
    43         /usr/lib/gutenbach/inst/run-checkpc
    44         /usr/lib/gutenbach/inst/edit-lpd.perms
     39        /usr/lib/gutenbach/inst/cups-add-printer
     40        /usr/lib/gutenbach/inst/cups-set-perms
     41
    4542
    4643        inaudio=$(groups daemon | grep audio || true)
Note: See TracChangeset for help on using the changeset viewer.