This commit is contained in:
2026-02-16 17:28:48 +08:00
parent d13a8a44d1
commit b2e78c43d1
19 changed files with 565 additions and 141 deletions

View File

@@ -1,10 +0,0 @@
#!/usr/bin/env bash
##makedesc: Uninstall apache2
source "$( dirname $(readlink -e -- "${BASH_SOURCE}"))/../helpers.sh" || exit 255
title
apt_remove apache2
success "apache2 removed!"

View File

@@ -1,15 +0,0 @@
#!/usr/bin/env bash
##makedesc: Uninstall Canon Pixma MG2500 + ppa
source "$( dirname $(readlink -e -- "${BASH_SOURCE}"))/../helpers.sh" || exit 255
title
apt_ppa_remove ppa:thierry-f/fork-michael-gruz
dpkg_remove cnijfilter-mg2500series
dpkg_remove cnijfilter-common
dpkg_remove scangearmp-mg2500series
dpkg_remove scangearmp-common
success "Drivers for Canon Pixma MG2500 removed!"