Advertisement
Guest User

cupswrapper.install for brother-ql500-cupswrappe (archlinux)

a guest
May 25th, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.29 KB | None | 0 0
  1. # Install file for brother-ql500-cupswrapper
  2.  
  3. post_install() {
  4.     /usr/share/brother/PTouch/ql500/cupswrapper/cupswrapperql500pt1
  5.     systemctl restart cups
  6. }
  7.  
  8. pre_remove() {
  9.     /usr/share/brother/PTouch/ql500/cupswrapper/cupswrapperql500pt1 -e
  10. }
  11.  
  12. post_remove() {
  13.     systemctl restart cups
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement