1
0

cleaning up old files

This commit is contained in:
2022-07-16 22:05:38 +02:00
parent fcc120ee5c
commit 52c13341e0
3 changed files with 10 additions and 1 deletions

View File

@@ -44,3 +44,6 @@ mkdir -p "${HOME}/.local/share/applications"
cp "${INSTALL_DIR}/share/applications/kitty.desktop" "${HOME}/.local/share/applications/"
sed -i "s|Icon=kitty|Icon=${INSTALL_DIR}/share/icons/hicolor/256x256/apps/kitty.png|g" "${HOME}/.local/share/applications/kitty.desktop"
sed -i "s|Exec=kitty|Exec=${INSTALL_DIR}/bin/kitty|g" "${HOME}/.local/share/applications/kitty.desktop"
echo "Removing ${TARGET}..."
rm -f "${TARGET}"