Don't like ads? PRO users don't see any ads ;-)
Guest

wallpaperd.install

By: a guest on Oct 17th, 2010  |  syntax: Bash  |  size: 0.29 KB  |  hits: 138  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. post_install() {
  2.  cp /etc/wallpaperd.cfg $HOME/.wallpaperd.cfg
  3.         _PKG_CFGFILE="/home/YOURUSER/.wallpaperd.cfg"
  4.         echo "
  5. wallpaperd requires some configuration. An example configuration file can be found at:
  6.  
  7. $_PKG_CFGFILE
  8.  
  9. With some comments to help you configure wallpaperd to your needs.
  10. "
  11. }