wip3
This commit is contained in:
@@ -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!"
|
||||
|
||||
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user