From 1d52664a07e0e9799822b096ba6e382102df0b3d Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 29 Aug 2024 11:56:43 -0400 Subject: [PATCH] Add PRESTOW to create ~/.local/share/applications before stow --- PRESTOW | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 PRESTOW diff --git a/PRESTOW b/PRESTOW new file mode 100755 index 0000000..4cb6b3d --- /dev/null +++ b/PRESTOW @@ -0,0 +1,3 @@ +#!/bin/bash + +mkdir -p ~/.local/share/applications