makedeb


ntfd 0.2.2-4


A lightweight notification daemon for fancy desktop integrations

Click here to go back to the commit logs for ntfd.

Commit:


Hash: 28ce82bdd7c00e099563002fc0c91b099bf80dc7

Message: renewed install script

Diff


diff --git a/.install b/.install
index edd7c24..012f806 100644
--- a/.install
+++ b/.install
@@ -10,6 +10,19 @@ post_install() {
                           ░██   ░░████░░██     ██     ░██    ░██      ░░ 
                           ░██    ░░███ ░░███████      ░██    ░████████ ██
                           ░░      ░░░   ░░░░░░░       ░░     ░░░░░░░░ ░░ "
-  echo -e "config.toml needs to copied to the home directory manually by the user. documentation related files are installed in the /usr/local/share/doc/ntfd directory"
+  echo -e "config.toml needs to copied to the home directory manually by the user. documentation related files are installed in the /usr/share/doc/ntfd directory\n\n"
+}
+
+post_upgrade () {
+  echo "
+                           ████     ██   ███████   ██████████ ████████   
+                          ░██░██   ░██  ██░░░░░██ ░░░░░██░░░ ░██░░░░░    
+                          ░██░░██  ░██ ██     ░░██    ░██    ░██         
+                          ░██ ░░██ ░██░██      ░██    ░██    ░███████    
+                          ░██  ░░██░██░██      ░██    ░██    ░██░░░░   ██
+                          ░██   ░░████░░██     ██     ░██    ░██      ░░ 
+                          ░██    ░░███ ░░███████      ░██    ░████████ ██
+                          ░░      ░░░   ░░░░░░░       ░░     ░░░░░░░░ ░░ "
+  echo -e "config.toml needs to copied to the home directory manually by the user. documentation related files are installed in the /usr/share/doc/ntfd directory \n\n"
 }