Skip to content

Commit 7c7507f

Browse files
bartbroereximion
authored andcommitted
Remove duplicate package in install script
1 parent 536da69 commit 7c7507f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ COMMANDS="install glib-compile-schemas glib-compile-resources msgfmt desktop-fil
2828
if [ "$PREFIX" = '/usr' ] || [ "$PREFIX" = "/usr/local" ]; then
2929
COMMANDS="$COMMANDS xdg-desktop-menu"
3030
fi
31-
PACKAGES="coreutils glib2 glib2 gettext desktop-file-utils gtk-update-icon-cache xdg-utils"
31+
PACKAGES="coreutils glib2 gettext desktop-file-utils gtk-update-icon-cache xdg-utils"
3232
i=0
3333
for COMMAND in $COMMANDS; do
3434
type $COMMAND >/dev/null 2>&1 || {

0 commit comments

Comments
 (0)