Commit 16fded68 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-checksystem: small fix

parent c07fb561
#!/bin/sh
#
# Copyright (C) 2015 Etersoft
# Copyright (C) 2015 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2015, 2022 Etersoft
# Copyright (C) 2015, 2022 Vitaly Lipatov <lav@etersoft.ru>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
......@@ -19,7 +19,7 @@
# TODO: rpm list from bash_completion in /var/log/rpmpkgs
epm_checksystem_ALTLinux()
__alt_fix_triggers()
{
local TDIR=$(mktemp -d)
assure_exists time
......@@ -34,6 +34,12 @@ epm_checksystem_ALTLinux()
wc -l /var/lib/rpm/files-awaiting-filetriggers
}
epm_checksystem_ALTLinux()
{
fatal "Not yet implemented"
#__alt_fix_triggers
}
epm_checksystem()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment