����JFIF���������
1#@!#!123s
D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
2173614
/
root
/
var
/
lib
/
dpkg
/
info
/
Filename :
console-setup-linux.prerm
back
Copy
#!/bin/sh set -e CONFIGDIR=/etc/console-setup if [ "$1" = remove ]; then update-alternatives --remove vtrgb "$CONFIGDIR/vtrgb" update-alternatives --remove vtrgb "$CONFIGDIR/vtrgb.vga" fi