Directory structure:
└── linuxmint-mintcommon/
├── Faces-Credit.txt
├── installer-interact
├── makepot
├── mint-common.pot
├── test
├── debian/
│ ├── changelog
│ ├── control
│ ├── copyright
│ ├── mint-common.install
│ ├── rules
│ └── source/
│ └── format
├── usr/
│ ├── lib/
│ │ ├── linuxmint/
│ │ │ └── common/
│ │ │ └── mint-remove-application.py
│ │ └── python3/
│ │ └── dist-packages/
│ │ └── mintcommon/
│ │ ├── __init__.py
│ │ ├── additionalfiles.py
│ │ ├── apt_changelog.py
│ │ ├── aptdaemon.py
│ │ └── installer/
│ │ ├── __init__.py
│ │ ├── _apt.py
│ │ ├── _flatpak.py
│ │ ├── appstream_pool.py
│ │ ├── cache.py
│ │ ├── dialogs.py
│ │ ├── installer.py
│ │ ├── misc.py
│ │ └── pkgInfo.py
│ └── share/
│ └── polkit-1/
│ └── actions/
│ └── com.linuxmint.mintcommon.policy
└── .github/
└── workflows/
└── build.yml