EVERYTHING FROM THE OTHER REPO

This commit is contained in:
2026-07-29 03:36:26 +03:00
parent 6777ea96db
commit 92a6ae42f5
4426 changed files with 1696506 additions and 2 deletions
@@ -0,0 +1,21 @@
#!/usr/bin/perl
# This file was preprocessed, do not edit!
package Debconf::Element;
use warnings;
use strict;
use base qw(Debconf::Base);
sub visible {
my $this=shift;
return 1;
}
sub show {}
1