dotfiles/root/etc/NetworkManager/dispatcher.d/10-tzupdate.sh

7 lines
75 B
Bash
Raw Normal View History

#!/bin/sh
status=$2
case $status in
up)
/usr/bin/tzupdate
esac