Skip to content

Add bee inventory #138

Merged
merged 6 commits into from
Nov 17, 2020
Merged

Add bee inventory #138

merged 6 commits into from
Nov 17, 2020

Commits on Nov 17, 2020

  1. Register with bee after make install

    Register files installed from mxtools with bee so that tools like `bee
    query` oder bee's conflict check work. We fake a installed package
    mxtools-0.0-0.
    donald committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    19691c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b679c3e View commit details
    Browse the repository at this point in the history
  3. install.sh: Create all destination directories

    The explit list of destination directories to create is incomplete which
    becomes apparent, if installed into a empty directoy with DESTDIR=...
    
    Create any required directory implicitly.
    donald committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    1b572f2 View commit details
    Browse the repository at this point in the history
  4. install.sh: run update-desktop-database only once

    Don't run update-desktop-database after each installed desktop file but
    only once after all files are installed.
    donald committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    e18e3a1 View commit details
    Browse the repository at this point in the history
  5. Remove install_desktop_file

    After the previous commits, install_desktop_file is now reduced to the
    same functionality as install_data, so use this function.
    donald committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    9c30051 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    604d682 View commit details
    Browse the repository at this point in the history