#!/bin/sh PKG_DIR="binary/lliurex-postconfig" REAL_DIR="./lliurex-postconfig" [ -d "$REAL_DIR" ] || exit 0 rm -fr "$PKG_DIR" cp -a "$REAL_DIR" binary/ rm -fr "$REAL_DIR" exit 0