15 lines
311 B
Plaintext
15 lines
311 B
Plaintext
NAME='Mageia'
|
|
SUPPORTED='yes'
|
|
CHECK_METHOD='egrep "^Mageia\ release\ " /etc/mageia-release'
|
|
PKG_MGR='urpmi --force --auto ${pkgname}'
|
|
PRE_RUN='urpmi.update -a'
|
|
PKG_CHK='rpm -q ${pkgname} | egrep "^${pkgname}-[0-9]"'
|
|
URL='https://www.mageia.org/'
|
|
|
|
function distro_specific_tweaks {
|
|
|
|
echo "No tweaks found."
|
|
|
|
}
|
|
|