File: dvbcut.install

package info (click to toggle)
dvbcut 0.7.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 1,080 kB
  • sloc: cpp: 9,113; sh: 3,299; makefile: 207; xml: 13
file content (11 lines) | stat: -rw-r--r-- 120 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	update-desktop-database -q
}

post_upgrade() {
	post_install $1
}

post_remove() {
	post_install $1
}