Birthday: Remove old macOS block

This commit is contained in:
Dylan Araps 2016-12-16 12:07:44 +11:00
parent 14610a992c
commit 382392240c

View file

@ -1732,10 +1732,6 @@ get_birthday() {
birthday="$(ls -alct --full-time / | awk '/lost\+found|private/ {printf $6 " " $7}')"
;;
"Mac OS X")
birthday="$(ls -lUT /var/log/install.log | awk '{printf $6 " " $7 " " $9 " " $8}')"
;;
"BSD" | "Mac OS X")
case "$kernel_name" in
"Darwin")