David Runge pushed to branch main at Arch Linux / Packaging / Packages / doublecmd
Commits: c6b9bd10 by David Runge at 2026-07-18T01:26:10+02:00 Remove unused and unnecessary alpm-install-scriptlet file All actions have been taken over by system-wide alpm-hooks. Signed-off-by: David Runge <[email protected]> - - - - - 1 changed file: - − doublecmd.install Changes: ===================================== doublecmd.install deleted ===================================== @@ -1,34 +0,0 @@ -update_icons() { - - # Setup Menus - if which update-desktop-database - then - update-desktop-database -q /usr/share/applications > /dev/null 2>&1 - fi - - # Setup MIME types - if which update-mime-database - then - update-mime-database /usr/share/mime > /dev/null 2>&1 - fi - - # Setup Icons - touch -c /usr/share/icons/hicolor - if which gtk-update-icon-cache - then - gtk-update-icon-cache -tq /usr/share/icons/hicolor > /dev/null 2>&1 - fi - -} - -post_install() { - update_icons -} - -post_upgrade() { - update_icons -} - -post_remove() { - update_icons -} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/doublecmd/-/commit/c6b9bd10c4116a4f4cd8e69d65680a3304830a84 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/doublecmd/-/commit/c6b9bd10c4116a4f4cd8e69d65680a3304830a84 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
