s243a

installpkg.sh LN# 208-213 Please wait, processing...

Apr 22nd, 2018
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.37 KB | None | 0 0
  1. # LN# 208-213 /usr/local/petget/intallpkg.sh (tahpup) - http://www.pearltrees.com/s243a/installpkg-sh-usr-local-petget/id20402080
  2. if [ $DISPLAY -a ! -f /tmp/install_quietly ];then #131222
  3.  LANG=$LANG_USER
  4.  . /usr/lib/gtkdialog/box_splash -close never -fontsize large -text "$(gettext 'Please wait, processing...')" &
  5.  YAFPID1=$!
  6.  trap 'pupkill $YAFPID1' EXIT #140318
  7. fi
Advertisement
Add Comment
Please, Sign In to add comment