summarylogtreecommitdiffstats
path: root/sine.install
blob: 2c087d2dc3f744407abbcb1aec8a81a67fb4dcce (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    cd "/usr/share/sine"
	xdg-icon-resource install --context mimetypes --size 256 preset.png application-x-sine
	xdg-mime install preset-mime.xml
	xdg-icon-resource install --novendor --size  256 sine.png sine
	xdg-icon-resource install --novendor --size  256 editor.png sine-editor
}
pre_remove() {
	cd "/usr/share/sine"
	xdg-mime uninstall preset-mime.xml
}