1 2 3 4 5 6 7 8 9
#!/bin/sh pkgname=libmatekbd if [ -f /usr/sbin/mateconfpkg ]; then /usr/sbin/mateconfpkg --install ${pkgname} fi exit 0