Advertisement
ava1ar

chrome-remote-desktop.install

Jul 10th, 2014
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.27 KB | None | 0 0
  1. post_install() {
  2.         echo -e "\nPlease create ~/.config/chrome-remote-desktop folder manually if not exists!\n"
  3. }
  4.  
  5. post_upgrade() {
  6.         post_install
  7. }
  8.  
  9. post_remove() {
  10.         echo -e "\nPlease remove ~/.config/chrome-remote-desktop folder manually\n"
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement