OBS User unknown
2008-04-08 21:45:14 +00:00
committed by Git OBS Bridge
parent 37cd21fc56
commit 0198c3f75c
4 changed files with 29 additions and 3 deletions

5
hp-systray.wrapper Normal file
View File

@@ -0,0 +1,5 @@
#! /bin/bash
# If lpstat fails or if hp-systray is not installed or whatever, exit silently:
lpstat -h localhost -v | cut -d ' ' -f 4 | grep -q '^hp:/' && hp-systray || exit 0