mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-07-16 22:59:57 +00:00
Added qsmmp
This commit is contained in:
11
qmmp-qsmmp-git/qmmp-qsmmp.install
Normal file
11
qmmp-qsmmp-git/qmmp-qsmmp.install
Normal 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
|
||||
}
|
Reference in New Issue
Block a user