My build of the simple terminal from suckless.org.
25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- #!/bin/sh
-
- set -e
-
- if [ "$1" = remove ] || [ "$1" = deconfigure ]; then
- update-alternatives --remove x-terminal-emulator /usr/bin/st
- fi
-
- #DEBHELPER#
-
- exit 0
|