[Foo2zjs-commits] r49 - trunk/foo2zjs_20070718dfsg/debian
bedo-guest at alioth.debian.org
bedo-guest at alioth.debian.org
Wed Aug 15 09:52:04 UTC 2007
Author: bedo-guest
Date: 2007-08-15 09:52:04 +0000 (Wed, 15 Aug 2007)
New Revision: 49
Removed:
trunk/foo2zjs_20070718dfsg/debian/config
trunk/foo2zjs_20070718dfsg/debian/postinst
trunk/foo2zjs_20070718dfsg/debian/templates
Log:
Deleted debconf files
Deleted: trunk/foo2zjs_20070718dfsg/debian/config
===================================================================
--- trunk/foo2zjs_20070718dfsg/debian/config 2007-08-03 21:53:43 UTC (rev 48)
+++ trunk/foo2zjs_20070718dfsg/debian/config 2007-08-15 09:52:04 UTC (rev 49)
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-set -e
-
-. /usr/share/debconf/confmodule
-
-db_reset foo2zjs/list
-db_input medium foo2zjs/list || true
-db_go
-
-#db_get foo2zjs/list
-
-#case "$RET" in
-# "Hp Laserjet 1000")
-# PRINTER="1000"
-# ;;
-#esac
Deleted: trunk/foo2zjs_20070718dfsg/debian/postinst
===================================================================
--- trunk/foo2zjs_20070718dfsg/debian/postinst 2007-08-03 21:53:43 UTC (rev 48)
+++ trunk/foo2zjs_20070718dfsg/debian/postinst 2007-08-15 09:52:04 UTC (rev 49)
@@ -1,64 +0,0 @@
-#!/bin/sh
-set -e
-
-. /usr/share/debconf/confmodule
-
-UDEVDIR=/etc/udev/rules.d
-RULESNAME=hplj10xx.rules
-RULES=/etc/udev/rules.d/11-hplj10xx.rules
-USBDIR=/etc/hotplug/usb
-
-
-if [ "$1" = configure ]; then
- mkdir -p /var/cache/foo2zjs
- cd /var/cache/foo2zjs
-
- db_get foo2zjs/list
-
- HOTPLUG=0
-
- case "$RET" in
- "Hp Laserjet 1000")
- PRINTER="1000"
- HOTPLUG=1
- ;;
- "Hp Laserjet 1005")
- PRINTER="1005"
- HOTPLUG=1
- ;;
- "Hp Laserjet 1018")
- PRINTER="1018"
- HOTPLUG=1
- ;;
- "Hp Laserjet 1020")
- PRINTER="1020"
- HOTPLUG=1
- ;;
- "Samsung CLP-300")
- PRINTER="300"
- ;;
- "Samsung CLP-600")
- PRINTER="600"
- ;;
- "Samsung CLX-3160")
- PRINTER="3160"
- ;;
- "Xerox Phaser 6110")
- PRINTER="6110"
- ;;
- esac
-
- getweb $PRINTER
-
- if [ $HOTPLUG == 1 ]; then
- [ -d $USBDIR ] || install -d -m 755 $USBDIR
- install -c -m 755 /usr/sbin/hplj1000 $USBDIR
- ln -sf $USBDIR/hplj1000 $USBDIR/hplj1005
- ln -sf $USBDIR/hplj1000 $USBDIR/hplj1018
- ln -sf $USBDIR/hplj1000 $USBDIR/hplj1020
- $USBDIR/hplj1000 install-usermap
- $USBDIR/hplj1005 install-usermap
- $USBDIR/hplj1018 install-usermap
- $USBDIR/hplj1020 install-usermap
- fi
-fi
Deleted: trunk/foo2zjs_20070718dfsg/debian/templates
===================================================================
--- trunk/foo2zjs_20070718dfsg/debian/templates 2007-08-03 21:53:43 UTC (rev 48)
+++ trunk/foo2zjs_20070718dfsg/debian/templates 2007-08-15 09:52:04 UTC (rev 49)
@@ -1,6 +0,0 @@
-Template: foo2zjs/list
-Type: select
-Choices: Samsung CLP-300, Samsung CLP-600, Samsung CLX-3160, Xerox Phaser 3160, Hp Laserjet 1000, Hp Laserjet 1005, Hp Laserjet 1018, Hp Laserjet 1020
-Description: Choose your printer
- Choose from the list below your printer, and the PPD file for it will be
- downloaded and installed.
More information about the Foo2zjs-commits
mailing list