ovh / beamium

Prometheus to Warp10 metrics forwarder
Other
84 stars 20 forks source link

apt packages delete /opt on uninstallation #120

Open sblaisot opened 4 years ago

sblaisot commented 4 years ago

Step to reproduce

  1. start from a fresh debian or ubuntu install
  2. apt-get install beamium
  3. apt-get purge beamium
  4. ls -d /opt

Expected result

/opt /opt directory still exists

Actual results

ls: cannot access '/opt': No such file or directory

Removing beamium deletes /opt directory. Weird.