mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
10 lines
117 B
Bash
10 lines
117 B
Bash
#!/bin/sh
|
|
|
|
post_install() {
|
|
xdg-icon-resource forceupdate
|
|
}
|
|
|
|
post_remove() {
|
|
xdg-icon-resource forceupdate
|
|
}
|