aports/testing/tuptime/tuptime.post-install

6 lines
57 B
Bash

#!/bin/sh
su tuptime -s /bin/sh -c "tuptime -q"
exit 0