5 lines
130 B
Bash
Executable file
5 lines
130 B
Bash
Executable file
#!/bin/bash
|
|
# SPDX-License-Identifier: CC-0
|
|
set -e
|
|
|
|
touch -r "$BUILDROOT/usr" "$BUILDROOT/etc/.updated" "$BUILDROOT/var/.updated"
|