summarylogtreecommitdiffstats
path: root/tqt3.install
blob: aedecd7409294ddd5d8c8e41d85ba0ed295681d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
   ldconfig
   echo
   echo 'In order to update PATH to include TQt3 binaries location, you should'
   echo 're-login. The TQt3 PATH is available in /etc/profile.d/tqt3.sh'
}

post_upgrade() {
   ldconfig 
}

post_remove() {
   ldconfig
}