Sha256: 31ee3d198f5d3e8ccd89078a0cf3c9b7906f26911543196a07480371d4c3889f

Contents?: true

Size: 387 Bytes

Versions: 3

Compression:

Stored size: 387 Bytes

Contents

#!/bin/bash
#
# Make sure that old facter cruft is removed
# This also allows us to downgrade facter as
# it's more likely that installing old versions
# over new will cause issues.
#
# ${3} is the destination volume so that this works correctly
# when being installed to volumes other than the current OS.

/bin/rm -Rf "${3}{SITELIBDIR}/facter"
/bin/rm -Rf "${3}{SITELIBDIR}/facter.rb"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
facter-1.5.7 conf/osx/preflight
facter-1.5.5 conf/osx/preflight
facter-1.5.6 conf/osx/preflight