source: trunk/debathena/config/gdm-config/debian/distro.svg.sh @ 24027

Revision 24027, 278 bytes checked in by geofft, 15 years ago (diff)
gdm-config 1.15: Make the code break less, and add Trac closer
  • Property svn:executable set to *
Line 
1#!/bin/sh
2cat <<'EOF'
3<?xml version="1.0"?>
4<svg width="300" height="10pt" xmlns="http://www.w3.org/2000/svg">
5<text style="font-family: Trebuchet MS; font-size: 10pt; font-weight: normal;" x="100%" y="10pt" text-anchor="end">
6EOF
7lsb_release -sd
8cat <<'EOF'
9</text>
10</svg>
11EOF
Note: See TracBrowser for help on using the repository browser.