From 654992376a50bceade27ab6ef59be259d49d10bd Mon Sep 17 00:00:00 2001 From: committer Date: Mon, 10 Jun 2024 11:00:47 -0500 Subject: [PATCH] + applications --- dots/applications/trash-put.desktop | 9 +++++++++ scripts/99_deploy.sh | 4 ++++ 2 files changed, 13 insertions(+) create mode 100644 dots/applications/trash-put.desktop diff --git a/dots/applications/trash-put.desktop b/dots/applications/trash-put.desktop new file mode 100644 index 0000000..b2938bd --- /dev/null +++ b/dots/applications/trash-put.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=trash-put +GenericName=trash-put +Icon=system-error +Exec=trash-put +Terminal=false +Type=Application +Categories=System;FileTools;FileManager +StartupNotify=false \ No newline at end of file diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 3e031d9..3eca916 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -163,6 +163,10 @@ if [ ${operation} == "dots" ] ; then # system # ---------- + # applications + file_path=/usr/share/applications + deploy_file "${dots_trg}/applications/*" "${file_path}/" + # bashrc file_name=.bashrc file_path=/home/${system_user}