grml-info: add support for xlinks2
authorMichael Prokop <mika@grml.org>
Sat, 16 May 2009 17:16:51 +0000 (19:16 +0200)
committerMichael Prokop <mika@grml.org>
Sun, 17 May 2009 09:32:39 +0000 (11:32 +0200)
debian/changelog
usr_bin/grml-info

index a43ad3f..a43bc37 100644 (file)
@@ -3,8 +3,10 @@ grml-scripts (1.1.19) unstable; urgency=low
   * Some minor cleanups for lintian:
      - cleanup of lintian's override file
      - drop unneeded /bin and /sbin from debian/dirs
+  * grml-info: add support for xlinks2 as dillo isn't available
+    in Debian/unstable due to removal of libgtk1.2
 
- -- Michael Prokop <mika@grml.org>  Mon, 06 Apr 2009 09:24:25 +0200
+ -- Michael Prokop <mika@grml.org>  Sat, 16 May 2009 19:15:44 +0200
 
 grml-scripts (1.1.18) unstable; urgency=low
 
index 391ca6e..005be75 100755 (executable)
@@ -14,6 +14,8 @@ local PAGE='/usr/share/doc/grml-docs/startpage.html'
 if [ -n "$DISPLAY" ]; then
    if check4progs dillo ; then
       dillo $PAGE
+   elif check4progs xlinks2 ; then
+      xlinks2 -mode 640x480 $PAGE
    elif check4progs firefox ; then
       firefox $PAGE
    elif check4progs x-www-browser ; then