From c9c6af99d715c352cc38a60067d09fb604a6f267 Mon Sep 17 00:00:00 2001 From: kergoth Date: Thu, 23 Jan 2003 05:18:10 +0000 Subject: package naming change.. alter library packages to use debian naming convention. also moved bits that didnt belong in lib pakcages elsewhere. --- (limited to 'core/launcher/opie-taskbar.postinst') diff --git a/core/launcher/opie-taskbar.postinst b/core/launcher/opie-taskbar.postinst new file mode 100644 index 0000000..483985b --- a/dev/null +++ b/core/launcher/opie-taskbar.postinst @@ -0,0 +1,11 @@ +#!/bin/sh + +ln -sf ../init.d/opie /etc/rc0.d/K98opie +ln -sf ../init.d/opie /etc/rc1.d/K98opie +ln -sf ../init.d/opie /etc/rc6.d/K98opie +ln -sf ../init.d/opie /etc/rc2.d/S98opie +ln -sf ../init.d/opie /etc/rc3.d/S98opie +ln -sf ../init.d/opie /etc/rc4.d/S98opie +ln -sf ../init.d/opie /etc/rc5.d/S98opie + +exit 0 -- cgit v0.9.0.2