diff options
Diffstat (limited to 'libre/p7zip/install')
-rw-r--r-- | libre/p7zip/install | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libre/p7zip/install b/libre/p7zip/install deleted file mode 100644 index 7f3cc4358..000000000 --- a/libre/p7zip/install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - [[ -x usr/bin/update-desktop-database ]] && update-desktop-database -q || true - [[ -x usr/bin/gtk-update-icon-cache ]] && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor || true -} - -post_upgrade() { - post_install -} - - -post_remove() { - post_install -} |