This commit is contained in:
committed by
Git OBS Bridge
parent
37cd21fc56
commit
0198c3f75c
5
hp-systray.wrapper
Normal file
5
hp-systray.wrapper
Normal 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
|
||||
|
Reference in New Issue
Block a user