summarylogtreecommitdiffstats
path: root/rssowl.install
blob: 2b33dd92ba961a8f5cc989853cdbc42599cc3b52 (plain)
1
2
3
4
5
6
7
8
post_install() {
  /usr/share/rssowl/xulrunner/xulrunner --register-user
}

pre_remove() {
  /usr/share/rssowl/xulrunner/xulrunner --unregister-user
}