summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRico Sta. Cruz2018-11-04 23:30:01 +0800
committerRico Sta. Cruz2018-11-04 23:30:01 +0800
commit0191c4bdba5c95f687be6c176843b4e70a9d25ab (patch)
treee1ee0e6754921bf763eb16980f2e1d0e6aac51c6
parent068649bfd3c626365b7f6b410708a5bfd5efdad2 (diff)
downloadaur-0191c4bdba5c95f687be6c176843b4e70a9d25ab.tar.gz
Add .INSTALL
-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