We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d2c30 commit e97250aCopy full SHA for e97250a
gimp-appimage.sh
@@ -112,7 +112,7 @@ _remove_photogimp() {
112
exit 1
113
fi
114
echo ""
115
- [ -d "$CONFIGDIR"/PhotoGIMP ] && echo "$CONFIGDIR"/PhotoGIMP
+ [ -d "$CONFIGDIR"/PhotoGIMP ] && echo "$CONFIGDIR/PhotoGIMP <------ IMPORTANT"
116
echo "$to_remove"
117
echo "---------------------------------------------"
118
printf " Remove the above? (y/N) : "
0 commit comments