From 41137e19a8739e71e534b88d8182a15ae182c7c7 Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Fri, 11 Jul 2008 22:41:07 +0100 Subject: [PATCH] Remove xcowfortune --- src/Makefile.am | 4 ++-- src/xcowat | 16 ---------------- 2 files changed, 2 insertions(+), 18 deletions(-) delete mode 100755 src/xcowat diff --git a/src/Makefile.am b/src/Makefile.am index 20e7255..c30c4c2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ bin_PROGRAMS = xcowsay -bin_SCRIPTS = xcowat xcowfortune +bin_SCRIPTS = xcowfortune AM_CFLAGS = $(XCOWSAY_CFLAGS) LDADD = $(XCOWSAY_LIBS) @@ -8,7 +8,7 @@ xcowsay_SOURCES = xcowsay.c display_cow.c display_cow.h floating_shape.h \ floating_shape.c settings.h settings.c Cowsay_glue.h xcowsayd.h \ xcowsayd.c config_file.h config_file.c i18n.h bubblegen.c -EXTRA_DIST = xcowat xcowfortune +EXTRA_DIST = xcowfortune localedir = $(datadir)/locale diff --git a/src/xcowat b/src/xcowat deleted file mode 100755 index 4f8fae6..0000000 --- a/src/xcowat +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -# -# Run xcowsay at the specified time using atd -# - -# Might not have a display -if [ "$DISPLAY" = "" ]; then - DISPLAY=:0.0 -fi - -# xcowsay may not be on the PATH... -# ...but it should be in the same directory as xcowat -PATH=$PATH:`dirname $0` - -echo "env DISPLAY=$DISPLAY PATH=$PATH xcowsay \"$2\"" | at $1 -- 2.39.2