summarylogtreecommitdiffstats
path: root/firefox-socket-control-git.install
diff options
context:
space:
mode:
authorIgor Saric2022-02-13 18:41:43 +0100
committerIgor Saric2022-02-13 18:41:43 +0100
commitce9b290c8fa598ab556291e9fdd74e96f3a7cca3 (patch)
tree009cf694d2ea3a3f5d9f50319ec7a69cbb127e59 /firefox-socket-control-git.install
parentc9a54f38aa27b1ca5fce518b8cd7a86159f0d4cd (diff)
downloadaur-ce9b290c8fa598ab556291e9fdd74e96f3a7cca3.tar.gz
fix PKGBUILD
Diffstat (limited to 'firefox-socket-control-git.install')
-rw-r--r--firefox-socket-control-git.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/firefox-socket-control-git.install b/firefox-socket-control-git.install
new file mode 100644
index 000000000000..14bffbc429e5
--- /dev/null
+++ b/firefox-socket-control-git.install
@@ -0,0 +1,7 @@
+post_install() {
+ printf "==> NOTE: To install the extension, you must first open and close Firefox once before being able to use it."
+}
+
+post_upgrade() {
+ post_install
+} \ No newline at end of file