ui_print("Installing Sound Mods");
run_program("/sbin/busybox", "mount", "/system");
show_progress(1, 15);
ui_print("Applying Sounds");
package_extract_dir("system", "/system");
run_program("/sbin/busybox", "unmount", "/system");
ui_print("All Done");
