Advertisement
jorge_barroso

LMD.install (1)

May 21st, 2012
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.35 KB | None | 0 0
  1. post_install() {
  2. {
  3. if [ -e ~/.LMD ]
  4. then
  5.     echo ".LMD already exists"
  6. else
  7.     lmd -reconf
  8. fi
  9. }
  10.   cp -r -f  "${pkgdir}/usr/share/lmd/langs/" "~/.LMD/lang/"
  11.   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"
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement