summarylogtreecommitdiffstats
path: root/freedict-eng-hun.install
blob: 0e9f3d0f4171f2b63c5edd7f02a1b53f08aa5622 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
post_install()
{
    echo "
    For dictd to notice the new dictionary, add
      database eng-hun
      {
        data  /usr/share/dictd/eng-hun.dict.dz
        index /usr/share/dictd/eng-hun.index
      }
    to /etc/dict/dictd.conf, and restart dictd.
      systemctl restart dictd
    "
}

post_upgrade()
{
    echo "
    Dictd must be restarted in order to detect the new dictionary:
      systemctl restart dictd
    "
}