To-Slalom

update lxterminal

Apr 7th, 2021 (edited)
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. #!/bin/sh
  2. # Update Lxterminal after offline instalation
  3. ####################################################
  4. # delete vte.csh to avoid error mess in lxterminal #
  5. ####################################################
  6. file_path=/etc/profile.d/vte.csh
  7. if [ -f "$file_path" ] ; then
  8. rm -f $file_path
  9. echo "$file_path is removed"
  10. fi
  11. fixmenus # fix menus
  12. jwm -restart # restart jwm
  13. #jwm -reload
  14.  
Add Comment
Please, Sign In to add comment