summarylogtreecommitdiffstats
path: root/nemo-compare.install
blob: cda584c063ea3c27ecd1498a25ac60eeb0c298c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
post_install() {
  cat <<-EndOfMessage

==> Restart nemo
==>
==> You can specify the diff extension with nemo-compare-preferences

EndOfMessage
}

post_upgrade() {
  post_install $1
}

post_remove() {
  cat <<-EndOfMessage

==> Restart nemo

EndOfMessage
}