Skip to content

Commit ce1c562

Browse files
author
RoboMod
committed
cleaned up script, added .desktop and icon
1 parent b391d9a commit ce1c562

File tree

5 files changed

+42
-5
lines changed

5 files changed

+42
-5
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.directory
2+
.directory/*

clamavscript

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,28 @@
11
#!/bin/bash
22

3-
# ClamAVScript
3+
# ClamAVScript - simple script to run clamav scans with some gui elements
4+
# Copyright (C) 2014, Andreas Ihrig (alias RoboMod)
45
#
5-
# Copyright 2014, Andreas Ihrig (alias RoboMod)
6-
#
7-
# TODO: GPL v3
6+
# This program is free software: you can redistribute it and/or modify
7+
# it under the terms of the GNU General Public License as published by
8+
# the Free Software Foundation, either version 3 of the License, or
9+
# (at your option) any later version.
10+
11+
# This program is distributed in the hope that it will be useful,
12+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
# GNU General Public License for more details.
15+
16+
# You should have received a copy of the GNU General Public License
17+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
818
#
919
#
10-
# based on works of:
20+
# based on work of:
1121
# - Devon Hillard (http://www.digitalsanctuary.com/tech-blog/debian/automated-clamav-virus-scanning.html)
1222
# - Jochen Engelhardt (http://netz10.de/2011/06/22/cronjob-clamav-email/)
23+
# - utrescu (http://openclipart.org/detail/168159/virus-by-utrescu)
24+
# - libberry (http://openclipart.org/detail/188650/search-ideogram-by-libberry-188650)
25+
# - Francesco 'Architetto' Rollandin (http://openclipart.org/detail/26838/architetto----finestra-by-anonymous)
1326

1427
# vars
1528
private_clamscan_dir="$HOME/.clamscan"

clamavscript.desktop

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[Desktop Entry]
2+
Categories=System
3+
Comment[de]=Simple clamav script using Zenity
4+
Comment=Simple clamav script using Zenity
5+
Exec=clamavscript
6+
GenericName[de]=
7+
GenericName=
8+
Icon=clamavscript60x60.png
9+
MimeType=
10+
Name[de]=ClamAVScript
11+
Name=ClamAVScript
12+
Path=
13+
StartupNotify=true
14+
Terminal=false
15+
TerminalOptions=
16+
TryExec=clamavscript
17+
Type=Application
18+
Version=0.1a
19+
X-DBUS-ServiceName=
20+
X-DBUS-StartupType=none
21+
X-KDE-SubstituteUID=false
22+
X-KDE-Username=

clamavscript.xcf

80 KB
Binary file not shown.

clamavscript60x60.png

5.99 KB
Loading

0 commit comments

Comments
 (0)