aboutsummaryrefslogtreecommitdiff
path: root/system/warp-terminal/douninst.sh
diff options
context:
space:
mode:
authorDimitar Nikov <dimitar at nikov dot net>2024-02-29 00:06:16 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-29 00:21:37 +0700
commit10a2ab19cd176efcfb43eb14514e3a16dd311c13 (patch)
tree5edb92af2e8b1ef98eab6562adc2f94e6aed3280 /system/warp-terminal/douninst.sh
parente962a9f972ed840934c4815cf1fa5744d9a1f483 (diff)
system/warp-terminal: Added (warp terminal).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/warp-terminal/douninst.sh')
-rw-r--r--system/warp-terminal/douninst.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/warp-terminal/douninst.sh b/system/warp-terminal/douninst.sh
new file mode 100644
index 0000000000000..edc5d753dc962
--- /dev/null
+++ b/system/warp-terminal/douninst.sh
@@ -0,0 +1,5 @@
+DEST="/bin/warp-terminal"
+
+if [ -L ${DEST} ]; then
+ /usr/bin/rm -f ${DEST}
+fi