OpenSDE Packages Database (without history before r20070)
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.

37 lines
1.1 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../wicd/wicd.conf
  5. # Copyright (C) 2007 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This program is free software; you can redistribute it and/or modify
  10. # it under the terms of the GNU General Public License as published by
  11. # the Free Software Foundation; version 2 of the License. A copy of the
  12. # GNU General Public License can be found in the file COPYING.
  13. # --- SDE-COPYRIGHT-NOTE-END ---
  14. chownsrcdir=0
  15. srcdir=
  16. makeopt=
  17. makeinstopt=
  18. wicd_install() {
  19. mkdir -p "$root/opt/wicd/"
  20. cp -avf opt/wicd/* $root/opt/wicd/
  21. cp -avf usr/share/applications/hammer* $root/usr/share/applications/wicd.desktop
  22. cp -avf usr/share/pixmaps/* $root/usr/share/pixmaps
  23. if pkginstalled sysvinit; then
  24. cp -avf etc/init.d/wicd $root/etc/init.d/wicd
  25. fi
  26. if pkginstalled acpi; then
  27. cp-avf etc/acpi/resume.d/* $root/etc/acpi/resume.d/
  28. fi
  29. if pkginstalled dbus; then
  30. cp -avf etc/dbus-1/system.d/* $root/etc/dbus-1/system.d/
  31. fi
  32. }
  33. hook_add postmake 5 'wicd_install'