#!/bin/bash

if [ -f /etc/bash_completion ]
then
    grep -q desinstala /etc/bash_completion && rm /etc/bash_completion
fi

exit 0
