#!/bin/sh # Reading system configuration informations, functions and package versions. source ../sysinfos source ../functions source ../packages-list strip --strip-debug /tools/lib/* strip --strip-unneeded /tools/{bin,sbin}/* # Removing documentation rm -rf /tools/{doc,info,man} # Return success exit 0