You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/templates/3.1/6_ac_update_sync/revision/000/39

21 lines
497 B

# Calculate ini(update.rev)<39 exec=/bin/bash
#-ini(update.rev,39)-#
#?pkg(sys-fs/udisks)>=2.1.0#
contentFile=/var/db/pkg/sys-fs/udisks-2.1.0/CONTENTS
udisksDest=/usr/share/bash-completion/udisksctl
if [[ -f /udisksctl ]]
then
mv /udisksctl $udisksDest
if [[ -f $contentFile ]] && grep -q udisksctl $contentFile
then
(echo -n obj $udisksDest
echo " $(md5sum $udisksDest | awk '{print $1}') $(stat -c%Y $udisksDest)"
) >> $contentFile
fi
fi
#pkg#
exit 0