summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.INSTALL16
-rw-r--r--.gitignore4
2 files changed, 20 insertions, 0 deletions
diff --git a/.INSTALL b/.INSTALL
new file mode 100644
index 000000000000..d5744a147290
--- /dev/null
+++ b/.INSTALL
@@ -0,0 +1,16 @@
+post_install() {
+ :
+#!/bin/bash
+
+# Link to the binary
+ln -sf '/opt/figma-linux/figma-linux' '/usr/local/bin/figma-linux'
+
+}
+post_remove() {
+ :
+#!/bin/bash
+
+# Delete the link to the binary
+rm -f '/usr/local/bin/figma-linux'
+
+}
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..2e855edcfc4f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.pacman
+*.tar.xz
+/pkg
+/src