packages/psplash: rename initscript file
[packages.git] / utils / psplash / files / init
diff --git a/utils/psplash/files/init b/utils/psplash/files/init
deleted file mode 100755 (executable)
index 5ccced2..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh /etc/rc.common
-# Copyright (C) 2006 OpenWrt.org
-START=05
-
-start() {
-    psplash &
-}
-
-stop() {
-    killall psplash
-}