1
0
Fork 0
mirror of https://github.com/Findus23/la-tools.git synced 2024-08-27 19:52:15 +02:00
la-tools/installed.sh

12 lines
214 B
Bash
Raw Normal View History

#!/bin/bash
TEXTDOMAIN=la-tools
TEXTDOMAINDIR=./
if dpkg -l | grep $1 | grep ii
then
echo $"$2 is already installed"
zenity --info --title $"Information" --text $"$2 is already installed"
exit 0
else
exit 1
fi