Added qsmmp

This commit is contained in:
arcan1s
2013-09-14 23:24:47 +04:00
parent 03628c371c
commit 7937ce690b
7 changed files with 492 additions and 0 deletions

View File

@ -0,0 +1,11 @@
post_install() {
which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}