0x1949 Team - FAZEMRX - MANAGER
Edit File: lua5.1.prerm
#!/bin/sh -e case "$1" in remove) update-alternatives --remove lua-interpreter /usr/bin/lua5.1 update-alternatives --remove lua-compiler /usr/bin/luac5.1 ;; esac