diff options
Diffstat (limited to 'package/totd/files/totd.postinst')
-rw-r--r-- | package/totd/files/totd.postinst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/totd/files/totd.postinst b/package/totd/files/totd.postinst new file mode 100644 index 000000000..12c7c1864 --- /dev/null +++ b/package/totd/files/totd.postinst @@ -0,0 +1,4 @@ +#!/bin/sh +. $IPKG_INSTROOT/etc/functions.sh +add_rcconf 'additional flags for totd' totd_flags "-q" +add_rcconf totd totd NO |