From 048e29f3ed5e47f01749bcf56bcd4b6af40a8635 Mon Sep 17 00:00:00 2001 From: malcolmlewis Date: Fri, 8 Jul 2011 15:24:50 -0500 Subject: [PATCH] Fix zero-length warning for stylesheets rpmlint emits a warning if you install a zero-lenght file. Fix that by adding a comment in each empty file. Signed-off-by: malcolmlewis https://bugzilla.gnome.org/show_bug.cgi?id=654274 --- extensions/gajim/stylesheet.css | 1 + extensions/user-theme/stylesheet.css | 1 + 2 files changed, 2 insertions(+) diff --git a/extensions/gajim/stylesheet.css b/extensions/gajim/stylesheet.css index e69de29b..6d914832 100644 --- a/extensions/gajim/stylesheet.css +++ b/extensions/gajim/stylesheet.css @@ -0,0 +1 @@ +/* none used */ diff --git a/extensions/user-theme/stylesheet.css b/extensions/user-theme/stylesheet.css index e69de29b..6d914832 100644 --- a/extensions/user-theme/stylesheet.css +++ b/extensions/user-theme/stylesheet.css @@ -0,0 +1 @@ +/* none used */