blob: 696e2d65e72a2233800afade20466cc6e3591d4a (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
#
# RW update post script
# (especially for filesystem operation)
#
PATH=/bin:/usr/bin:/sbin:/usr/sbin
rm -rf /opt/usr/live
rm -rf /opt/driver
rm -rf /opt/storage
|