blob: 7e3f012209e8a7761ff2d05084968ddab1e8567a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
post_upgrade() {
echo "==> DMS Shell"
echo " Installed to: /usr/share/quickshell/dms"
echo " For customization, copy files to:"
echo " - User: ~/.config/quickshell/dms"
echo " - System: /etc/xdg/quickshell/dms"
}
post_install() {
echo "==> DMS Shell installed to /usr/share/quickshell/dms"
echo " For customization, copy files to ~/.config/quickshell/dms or /etc/xdg/quickshell/dms"
}
|