summarylogtreecommitdiffstats
path: root/rssowl.install
diff options
context:
space:
mode:
authorcoderkun2015-05-26 22:50:17 +0200
committercoderkun2015-05-26 22:50:17 +0200
commit47b6c59025dd1286165baff40b0ae58920b4e6c4 (patch)
treeeba719965b2eba8b5f8231267cc77b20a2afc3bc /rssowl.install
downloadaur-47b6c59025dd1286165baff40b0ae58920b4e6c4.tar.gz
add package “rssowl”
Diffstat (limited to 'rssowl.install')
-rw-r--r--rssowl.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/rssowl.install b/rssowl.install
new file mode 100644
index 000000000000..2b33dd92ba96
--- /dev/null
+++ b/rssowl.install
@@ -0,0 +1,8 @@
+post_install() {
+ /usr/share/rssowl/xulrunner/xulrunner --register-user
+}
+
+pre_remove() {
+ /usr/share/rssowl/xulrunner/xulrunner --unregister-user
+}
+