#!/bin/bash if [[ $1 == install || $1 == upgrade ]]; then bin=/usr/sbin/rtadvd if [[ -e "${bin}" ]]; then cp -af "${bin}"{,.sbin} || exit 1 fi fi