From afb6afff1d0f81d8a0dcfd94fa8e46a849bb094f Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 27 Jul 2015 02:02:34 +0200 Subject: * tv -> tv * --- Zpkgs/tv/viljetic-pages/default.nix | 16 ---------------- Zpkgs/tv/viljetic-pages/index.html | 10 ---------- Zpkgs/tv/viljetic-pages/logo.xpm | 24 ------------------------ 3 files changed, 50 deletions(-) delete mode 100644 Zpkgs/tv/viljetic-pages/default.nix delete mode 100644 Zpkgs/tv/viljetic-pages/index.html delete mode 100644 Zpkgs/tv/viljetic-pages/logo.xpm (limited to 'Zpkgs/tv/viljetic-pages') diff --git a/Zpkgs/tv/viljetic-pages/default.nix b/Zpkgs/tv/viljetic-pages/default.nix deleted file mode 100644 index 1ae55cca7..000000000 --- a/Zpkgs/tv/viljetic-pages/default.nix +++ /dev/null @@ -1,16 +0,0 @@ -{ pkgs, stdenv, ... }: - -stdenv.mkDerivation { - name = "viljetic-pages-0"; - phases = [ - "installPhase" - ]; - buildInputs = with pkgs; [ - imagemagick - ]; - installPhase = '' - mkdir -p $out - cp ${./index.html} $out/index.html - convert ${./logo.xpm} $out/favicon2.png - ''; -} diff --git a/Zpkgs/tv/viljetic-pages/index.html b/Zpkgs/tv/viljetic-pages/index.html deleted file mode 100644 index c06b3f97b..000000000 --- a/Zpkgs/tv/viljetic-pages/index.html +++ /dev/null @@ -1,10 +0,0 @@ - -blank page - -This page intentionally left blank. - diff --git a/Zpkgs/tv/viljetic-pages/logo.xpm b/Zpkgs/tv/viljetic-pages/logo.xpm deleted file mode 100644 index bb263dad9..000000000 --- a/Zpkgs/tv/viljetic-pages/logo.xpm +++ /dev/null @@ -1,24 +0,0 @@ -/* XPM */ -static char *meh[] = { -/* columns rows colors chars-per-pixel */ -"16 16 2 1 ", -" c black", -". c None", -/* pixels */ -"................", -". ...... .", -". .. ...... .. .", -". .. ...... .. .", -". ...... .", -"................", -". . . .", -". .. . .. . .", -". .. . .. . .", -". . . .", -"................", -"...... . .", -"...... . .", -"...... . .", -"...... . .", -"................" -}; -- cgit v1.2.3