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
2014-12-01 17:46:52 +01:00

11 lines
214 B
Bash
Executable file

#!/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