summarylogtreecommitdiffstats
path: root/p7zip-gui.install
blob: d7b75a3745b6f77a650e282577c331dadf5402d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
	printf ">>> WARNING\n"
	printf ">>> As of version 15.09, upstream is considering 7zFM broken.\n"
	printf ">>> Use it only for viewing archives. Every manipulation of archives\n"
	printf ">>> using this tool can produce unpredictable results.\n"
	[[ -x usr/bin/kbuildsycoca5 ]] && kbuildsycoca5 &> /dev/null || true
}

post_upgrade() {
	post_install
}


post_remove() {
	[[ -x usr/bin/kbuildsycoca5 ]] && kbuildsycoca5 &> /dev/null || true
}