Sha256: 894259559abcac062cd919865dbb1cfa543c2e8d272cacc28e3169686b465c83
Contents?: true
Size: 451 Bytes
Versions: 26
Compression:
Stored size: 451 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" # remove old doc files /bin/rm -Rf "${3}/usr/share/doc/facter"
Version data entries
26 entries across 26 versions & 3 rubygems