Advertisement
s243a

petget ln#30-45 (tahrpup)

Apr 20th, 2018
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.50 KB | None | 0 0
  1. export TEXTDOMAIN=petget___petget # Ln#30-45 of /usr/sbin/petget - https://www.pearltrees.com/s243a/source-petget-usr-sbin/id20395775/item224036458
  2.  
  3. export OUTPUT_CHARSET=UTF-8
  4.  
  5. [ "`whoami`" != "root" ] && exec sudo -A ${0} ${@} #110505
  6.  
  7. [ ! $1 ] && exit
  8.  
  9. #export LANG=C
  10. . /etc/DISTRO_SPECS #has DISTRO_BINARY_COMPAT, DISTRO_COMPAT_VERSION
  11.  
  12. PASSEDPARAM="$1"
  13. mkdir -p /tmp/petget #120504
  14.  
  15. rm -f /tmp/{remove,install}_{,pets_}quietly 2>/dev/null
  16.  
  17. [ ! "$DISPLAY" ] && touch /tmp/install_quietly
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement