mirror of the now-defunct rocklinux.org
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
368 B

  1. pkg_fishfillets-data_custmain () {
  2. mkdir -p /usr/share/games/fillets-ng
  3. cp -rf doc /usr/share/games/fillets-ng
  4. cp -rf font /usr/share/games/fillets-ng
  5. cp -rf images /usr/share/games/fillets-ng
  6. cp -rf music /usr/share/games/fillets-ng
  7. cp -rf script /usr/share/games/fillets-ng
  8. cp -rf sound /usr/share/games/fillets-ng
  9. }
  10. custmain="pkg_fishfillets-data_custmain"