7 lines
86 B
Bash
Executable File
7 lines
86 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
pkgname=mate-text-editor
|
|
|
|
/usr/sbin/mateconfpkg --uninstall ${pkgname}
|
|
|