Anpassungen in der Versions und Jahresangabe in den Skripten. Quelltextdumumentation angepasst

This commit is contained in:
Marko Oldenburg
2015-06-03 06:30:04 +02:00
parent 6396a8d9e3
commit 383b8d7838
6 changed files with 12 additions and 11 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Calibre Auto Updater - The Skript automatically updates your Calibre (http://calibre-ebook.com/)
# Installation
# Copyright (C) 2013-2014 Leon Gaultier
# Copyright (C) 2013-2015 Leon Gaultier
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -95,8 +95,9 @@
# der Konsole ausgegeben werden. Außerdem wurde sed für den /s Parameter angepasst. Da gab es in der letzten
# sed Version eine Änderung
#
# v0.24 Anpassungen an neue URL für die Überprüfung der aktuelll im Netz vorhandene Version. Kleine Bugfixes.
#
# TODO Auslesen der Download URL von der Download Seite
# kontrolle ob alle benötigten programme für das skript vorhanden sind
#
#
##########################################################
@ -130,7 +131,7 @@ source $INC/calibre-autoupdate_checks.h
#######################################################
#######################################################
# Wenn eine grafische Oberfläche vorhanden ist, wird u.a. "notify-send" für Benachrichtigungen verwendet, ansonsten immer "echo"
# Wenn eine "KDE" oder "PLASMA NEXT" vorhanden ist, wird der "kdialog" für Benachrichtigungen verwendet, ansonsten immer "echo"
NOTIFY="echo"
[ -n "$DISPLAY" ] && NOTIFY="kdialog --passivepopup"