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 18:44:44 +01:00

11 lines
213 B
Bash
Executable file

#!/bin/bash
TEXTDOMAIN=la-tools
TEXTDOMAINDIR=./
if dpkg -s $1 >/dev/null 2>&1
then
echo $"$2 is already installed"
zenity --info --title $"Information" --text $"$2 is already installed"
exit 0
else
exit 1
fi