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
282 B

  1. postinstall_main ()
  2. {
  3. mkdir -p /var/adm/postinstall
  4. mkdir -p /etc/postinstall
  5. mkdir -p /etc/postinstall/postremove
  6. cp -a /$confdir/postinstall /usr/sbin/
  7. chmod +x /usr/sbin/postinstall
  8. cp -a /$confdir/postinstall-example.sh /etc/postinstall
  9. }
  10. mainfunction=postinstall_main