diff options
author | Grego Dadone | 2024-01-14 03:48:17 -0300 |
---|---|---|
committer | Grego Dadone | 2024-01-14 03:48:17 -0300 |
commit | e670fd987b61d63705d47f43e4f9c060cb43f32d (patch) | |
tree | c3ced5ae2bd9465467b4be700b70f2480ecae1dd /amor.install | |
parent | c0cece702c3b355e92c29086f8d30d50bbda290a (diff) | |
download | aur-e670fd987b61d63705d47f43e4f9c060cb43f32d.tar.gz |
Fixed deps
Diffstat (limited to 'amor.install')
-rw-r--r-- | amor.install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/amor.install b/amor.install new file mode 100644 index 000000000000..c17752190dc6 --- /dev/null +++ b/amor.install @@ -0,0 +1,7 @@ +post_install() { + echo -e "\033[0;0m It is recommended to install amor-themes-extra for more themes" +} + +post_upgrade() { + post_install +} |