summarylogtreecommitdiffstats
path: root/rpgng.install
blob: 92147d87501887a2b29136406177d3fce549951f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
do_install() {
  xdg-icon-resource forceupdate
  xdg-desktop-menu forceupdate
  update-desktop-database -q
}

post_install() {
  do_install
  echo "If -data argument is unspecified, the default workspace is located under \$HOME/.local/share/rpgng"
}

post_update() {
  post_install
}

post_remove() {
  do_install
}