Here is the breakdown of files:
├── etc
│ └── panetrie
│ └─── panetrie.conf
├── usr
│ ├── share
│ │ ├── libalpm
│ │ │ ├── hooks
│ │ │ │ └─── panetrie.hook
│ │ │ └── scripts
│ │ │ └─── panetrie
│ │ └── panetrie
│ │ └── panetrie.conf.example
│ └── bin
│ └─── panetrie -> /usr/share/libalmp/hooks.bin/panetrie
Configuration file used to customize panetrie. Use this file to configure panetrie based on your specific workflow. An example is provided in /usr/share/panetrie/panetrie.conf.example
.
To customize, either manually copy this file to /etc/panetrie/panetrie.conf
or run $ panetrie init-config
and go through the steps.
Example configuration file containing all available customization options.
A simple pacman alpm hook that plugs into pacman. Anytime a package is installed, removed or upgraded the hook is called.
For more information on alpm hooks, see alpm-hooks(5).
Panetrie shell script executable.
Handy symlink pointing to /usr/share/libalpm/hooks.bin/panetrie
to expose panetrie without specifying the full path.
🚧 Nothing here yet 🚧
🚧 Nothing here yet 🚧