pmaports/device/testing/device-samsung-i9070/device-samsung-i9070.post-install

6 lines
81 B
Bash

#!/bin/sh
# Enable swclock OpenRC service
rc-update -q add swclock boot
exit 0