Skip to content

Commit

Permalink
feat: Handle desktop entries exports on apt install/apt remove
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Dec 22, 2023
1 parent a9cc841 commit c426517
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,8 @@ modules:
commands:
- apt autoremove -y
- apt clean

- name: enable-apt-hooks
type: shell
commands:
- mv /etc/apt/___apt.conf.d/ /etc/apt/apt.conf.d/

0 comments on commit c426517

Please sign in to comment.