File: apt.conf

package info (click to toggle)
flashybrid 0.002
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 120 kB
  • ctags: 5
  • sloc: sh: 194; makefile: 44
file content (4 lines) | stat: -rw-r--r-- 177 bytes parent folder | download
1
2
3
4
// Before running apt, we need a full Debian system.
DPkg::Pre-Invoke {"fh-full";};
// Run fh-update to copy over any files that dpkg changed.
DPkg::Post-Invoke {"fh-update";};