diff options
Diffstat (limited to 'package/esound/ipkg')
-rw-r--r-- | package/esound/ipkg/esound.control | 6 | ||||
-rw-r--r-- | package/esound/ipkg/esound.postinst | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/package/esound/ipkg/esound.control b/package/esound/ipkg/esound.control new file mode 100644 index 000000000..aa1a8f34d --- /dev/null +++ b/package/esound/ipkg/esound.control @@ -0,0 +1,6 @@ +Package: esound +Version: 0.2.8 +Section: net +Priority: optional +Depends: libaudiofile +Description: Enlightened Sound Daemon diff --git a/package/esound/ipkg/esound.postinst b/package/esound/ipkg/esound.postinst new file mode 100644 index 000000000..866b0f83e --- /dev/null +++ b/package/esound/ipkg/esound.postinst @@ -0,0 +1,3 @@ +#!/bin/sh +. $IPKG_INSTROOT/etc/functions.sh +add_rcconf esd |