Advertisement
jorge_barroso

LMD.install (2)

May 21st, 2012
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.36 KB | None | 0 0
  1. post_install() {
  2. usr= ~
  3. {
  4. if [ -e $usr/.LMD ]
  5. then
  6.     echo ".LMD already exists"
  7. else
  8.     lmd -reconf
  9. fi
  10. }
  11.   cp -r -f  "${pkgdir}/usr/share/lmd/langs/" "$usr/.LMD/lang/"
  12.   echo "In some Websites, when downloading, the program says there was an error with the last page of the chapter, don't worry, coding mistake, that page was downloaded successfully"
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement