Skip to content

Commit

Permalink
Remove duplicate package in install script
Browse files Browse the repository at this point in the history
  • Loading branch information
bartbroere authored and ximion committed Feb 11, 2024
1 parent 536da69 commit 7c7507f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Expand Up @@ -28,7 +28,7 @@ COMMANDS="install glib-compile-schemas glib-compile-resources msgfmt desktop-fil
if [ "$PREFIX" = '/usr' ] || [ "$PREFIX" = "/usr/local" ]; then
COMMANDS="$COMMANDS xdg-desktop-menu"
fi
PACKAGES="coreutils glib2 glib2 gettext desktop-file-utils gtk-update-icon-cache xdg-utils"
PACKAGES="coreutils glib2 gettext desktop-file-utils gtk-update-icon-cache xdg-utils"
i=0
for COMMAND in $COMMANDS; do
type $COMMAND >/dev/null 2>&1 || {
Expand Down

0 comments on commit 7c7507f

Please sign in to comment.