Skip to content

Commit e4509c4

Browse files
committed
[type/__timezone] Add support for Adélie Linux
1 parent f9fcb80 commit e4509c4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

type/__timezone/man.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ AUTHORS
5454

5555
COPYING
5656
-------
57-
Copyright \(C) 2012-2020 the `AUTHORS`_.
57+
Copyright \(C) 2012-2025 the `AUTHORS`_.
5858
You can redistribute it and/or modify it under the terms of the GNU General
5959
Public License as published by the Free Software Foundation, either version 3 of
6060
the License, or (at your option) any later version.

type/__timezone/manifest

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# 2011 Ramon Salvadó (rsalvado at gnuine.com)
44
# 2012-2015 Steven Armstrong (steven-cdist at armstrong.cc)
55
# 2012-2019 Nico Schottelius (nico-cdist at schottelius.org)
6-
# 2020 Dennis Camera (dennis.camera at riiengineering.ch)
6+
# 2020,2025 Dennis Camera (dennis.camera at riiengineering.ch)
77
#
88
# This file is part of skonfig-base.
99
#
@@ -81,7 +81,7 @@ invalid_timezone() {
8181
# some OSes require a timezone package to be installed first
8282
case ${os}
8383
in
84-
(archlinux|alpine|debian|devuan|ubuntu|centos|redhat|scientific|voidlinux)
84+
(adelie|alpine|archlinux|debian|devuan|ubuntu|centos|redhat|scientific|voidlinux)
8585
__package tzdata
8686
export require=__package/tzdata
8787
;;
@@ -102,7 +102,7 @@ esac
102102
# configure the timezone
103103
case ${os}
104104
in
105-
(alpine|slackware)
105+
(adelie|alpine|slackware)
106106
test -n "${zoneinfo_file}" || invalid_timezone
107107
;;
108108
(coreos|debian|devuan|ubuntu)

0 commit comments

Comments
 (0)