12 lines
625 B
Bash
12 lines
625 B
Bash
# ------------------------------------------------------------------------------
|
|
# Declaration specific to Ubuntu and derivate (eg. Kubuntu)
|
|
# Copyright (c) 2019-2021 Geoffray Levasseur <fatalerrors@geoffray-levasseur.org>
|
|
# ------------------------------------------------------------------------------
|
|
# This file is distributed under 3-clause BSD license.
|
|
# The complete license agreement can be obtained at:
|
|
# https://opensource.org/licenses/BSD-3-Clause
|
|
# ------------------------------------------------------------------------------
|
|
|
|
# Everything declared for Debian works on Ubuntu
|
|
. $MYPATH/conf/auto/debian.conf.sh
|