diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-05-21 20:00:14 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-05-21 20:01:58 -0400 |
commit | a11fe67bac39409a738d987823ad990bc2a49f6a (patch) | |
tree | 16d38504a106f38e2a9c9f05b7567a2e22ad10f7 /desktop | |
parent | ab0586e7c5c26167908e1872c8005760446ecab5 (diff) | |
download | slackbuilds-a11fe67bac39409a738d987823ad990bc2a49f6a.tar.gz |
Fix files with no newline at the end.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/gtk1-industrial-engine/slack-desc | 2 | ||||
-rw-r--r-- | desktop/gtk1-theme-switch/slack-desc | 2 | ||||
-rw-r--r-- | desktop/kanyremote/doinst.sh | 2 | ||||
-rw-r--r-- | desktop/murrine-themes/slack-desc | 2 | ||||
-rw-r--r-- | desktop/obconf/doinst.sh | 2 | ||||
-rw-r--r-- | desktop/polar-cursor-themes/slack-desc | 2 | ||||
-rw-r--r-- | desktop/wmdrawer/pixmaps/thunderbird.xpm | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/desktop/gtk1-industrial-engine/slack-desc b/desktop/gtk1-industrial-engine/slack-desc index f93e88f026..300bb6820c 100644 --- a/desktop/gtk1-industrial-engine/slack-desc +++ b/desktop/gtk1-industrial-engine/slack-desc @@ -16,4 +16,4 @@ gtk1-industrial-engine: gtk1-industrial-engine: gtk1-industrial-engine: gtk1-industrial-engine: -gtk1-industrial-engine:
\ No newline at end of file +gtk1-industrial-engine: diff --git a/desktop/gtk1-theme-switch/slack-desc b/desktop/gtk1-theme-switch/slack-desc index 00d978ab03..14deb50323 100644 --- a/desktop/gtk1-theme-switch/slack-desc +++ b/desktop/gtk1-theme-switch/slack-desc @@ -16,4 +16,4 @@ gtk1-theme-switch: gtk1-theme-switch: gtk1-theme-switch: gtk1-theme-switch: -gtk1-theme-switch:
\ No newline at end of file +gtk1-theme-switch: diff --git a/desktop/kanyremote/doinst.sh b/desktop/kanyremote/doinst.sh index 01ca62b341..5fb28930db 100644 --- a/desktop/kanyremote/doinst.sh +++ b/desktop/kanyremote/doinst.sh @@ -1,3 +1,3 @@ if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi
\ No newline at end of file +fi diff --git a/desktop/murrine-themes/slack-desc b/desktop/murrine-themes/slack-desc index dcbb2befa3..54055ad2d2 100644 --- a/desktop/murrine-themes/slack-desc +++ b/desktop/murrine-themes/slack-desc @@ -16,4 +16,4 @@ murrine-themes: murrine-themes: murrine-themes: murrine-themes: -murrine-themes:
\ No newline at end of file +murrine-themes: diff --git a/desktop/obconf/doinst.sh b/desktop/obconf/doinst.sh index 21e9945eb9..9424ce43ff 100644 --- a/desktop/obconf/doinst.sh +++ b/desktop/obconf/doinst.sh @@ -10,4 +10,4 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then if [ -x /usr/bin/gtk-update-icon-cache ]; then /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 fi -fi
\ No newline at end of file +fi diff --git a/desktop/polar-cursor-themes/slack-desc b/desktop/polar-cursor-themes/slack-desc index 5936b0b196..8a2e1183ff 100644 --- a/desktop/polar-cursor-themes/slack-desc +++ b/desktop/polar-cursor-themes/slack-desc @@ -16,4 +16,4 @@ polar-cursor-themes: polar-cursor-themes: polar-cursor-themes: polar-cursor-themes: -polar-cursor-themes:
\ No newline at end of file +polar-cursor-themes: diff --git a/desktop/wmdrawer/pixmaps/thunderbird.xpm b/desktop/wmdrawer/pixmaps/thunderbird.xpm index a08addbc70..89b24221bd 100644 --- a/desktop/wmdrawer/pixmaps/thunderbird.xpm +++ b/desktop/wmdrawer/pixmaps/thunderbird.xpm @@ -275,4 +275,4 @@ static char * thunderbird_xpm[] = { " H#I# !a a X @#8#a ", " L#K#3#a a 3#6#A#`!A# ", " y @#F#B# z!B#># ", -" "};
\ No newline at end of file +" "}; |