Parent Directory
|
Revision Log
|
Patch
| revision 415 by jame-guest, Sun Jan 15 18:00:04 2012 UTC | revision 416 by jame-guest, Tue Jan 17 17:48:01 2012 UTC | |
|---|---|---|
| # | Line 44 case "$1" in | Line 44 case "$1" in |
| 44 | fi | fi |
| 45 | fi | fi |
| 46 | fi | fi |
| 47 | # Only do these if this is the initial install. | |
| 48 | if [ "$2" = "" ]; then | |
| 49 | # Install a default copy of pos.conf.pl using the example template file. | |
| 50 | if [ ! -e "/usr/share/ledgersmb/pos.conf.pl" ]; then | |
| 51 | cp /usr/share/doc/ledgersmb/examples/pos.conf.pl.template /usr/share/ledgersmb/pos.conf.pl | |
| 52 | fi | |
| 53 | fi | |
| 54 | ;; | ;; |
| 55 | ||
| 56 | abort-upgrade|abort-remove|abort-deconfigure) | abort-upgrade|abort-remove|abort-deconfigure) |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |