tazpkg view tazpkg.conf @ rev 588

tazpkg: Add support for new slitaz.conf. Changed md5sum to $CHECKSUM thats in the new slitaz.conf. Add update_kernel_modules function so we can update kernel modules.dep file if /sbin/depmod exist and /lib/modules path is in package.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Apr 12 17:49:54 2012 +0000 (2012-04-12)
parents 8fbdfe3d61ea
children f6a396cabb19
line source
1 # /etc/slitaz/tazpkg.conf: SliTaz package manager configuration file.
2 #
4 # Auto-installation of packages dependencies.
5 AUTO_INSTALL_DEPS="yes"
7 # Path to Tazpkg log file.
8 LOG="$SLITAZ_LOGS/tazpkg.log"
10 # Packages cache directory.
11 CACHE_DIR="/var/cache/tazpkg"