You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
291 B

  1. #!/bin/sh
  2. # Wicd - ArchWiki / https://wiki.archlinux.org/index.php/Wicd#Problems_after_package_update
  3. # run this script as root when wicd doesnt work after udpate.
  4. rc.d stop wicd
  5. # rm /etc/wicd/*.conf
  6. mv /etc/wicd/manager-settings.conf /etc/wicd/manager-settings.conf.bak
  7. rc.d start wicd