summarylogtreecommitdiffstats
path: root/moondust-project.install
diff options
context:
space:
mode:
Diffstat (limited to 'moondust-project.install')
-rw-r--r--moondust-project.install13
1 files changed, 7 insertions, 6 deletions
diff --git a/moondust-project.install b/moondust-project.install
index bc769e4ed7c4..0a7eeae33fe9 100644
--- a/moondust-project.install
+++ b/moondust-project.install
@@ -1,18 +1,19 @@
post_install() {
update-desktop-database -q /usr/share/applications
echo ''
- echo '======================================================================'
- echo 'To create config directory, run mkdir -p "$HOME/.PGE_Project/configs",'
- echo 'then you can place config packs there'
- echo '======================================================================'
+ echo '====================================================='
+ echo 'You can install configuration packs from AUR directly'
+ echo 'or create the directory "$HOME/.PGE_Project/configs"'
+ echo 'to place other configuration packs there.'
+ echo '====================================================='
echo ''
}
post_upgrade() {
- post_install $1
+ update-desktop-database -q /usr/share/applications
}
post_remove() {
- post_install $1
+ update-desktop-database -q /usr/share/applications
}