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

[GJACKTRANSPORT.INSTALL] by SpepS

By: a guest on Nov 22nd, 2010  |  syntax: None  |  size: 0.38 KB  |  hits: 57  |  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.   update-desktop-database -q
  3. }
  4.  
  5. post_upgrade() {
  6.   post_install
  7.   cat << EOF
  8.  
  9.   ==> New rc files installed as:
  10.   ==>
  11.   ==> /etc/gjackclockrc.pacnew
  12.   ==> /etc/gjacktransport.pacnew
  13.   ==>
  14.   ==> Remember, due to changes, your old rc files may not work.
  15.   ==> If this happens, replace the old rc with the new one.
  16.  
  17. EOF
  18. }
  19.  
  20. post_remove() {
  21.   post_install
  22. }