mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
8 lines
136 B
Bash
8 lines
136 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# Clean the dust.
|
|
cd ${RD}/trees/lib32 && \
|
|
find . ! -path '*/libexec/*' ! -path '*/usr/lib32/*' -delete
|