summarylogtreecommitdiffstats
path: root/amor.install
diff options
context:
space:
mode:
authorGrego Dadone2024-01-14 03:48:17 -0300
committerGrego Dadone2024-01-14 03:48:17 -0300
commite670fd987b61d63705d47f43e4f9c060cb43f32d (patch)
treec3ced5ae2bd9465467b4be700b70f2480ecae1dd /amor.install
parentc0cece702c3b355e92c29086f8d30d50bbda290a (diff)
downloadaur-e670fd987b61d63705d47f43e4f9c060cb43f32d.tar.gz
Fixed deps
Diffstat (limited to 'amor.install')
-rw-r--r--amor.install7
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
+}