summarylogtreecommitdiffstats
path: root/tunet.install
diff options
context:
space:
mode:
Diffstat (limited to 'tunet.install')
-rwxr-xr-xtunet.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/tunet.install b/tunet.install
new file mode 100755
index 000000000000..24ef9b8ae122
--- /dev/null
+++ b/tunet.install
@@ -0,0 +1,15 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor
+ update-desktop-database -q
+ cat << EOF
+==> To enable password saving function, please run: chown -hR YOUR_USERNAME /opt/TUNet/
+EOF
+}
+
+post_upgrade() {
+ xdg-icon-resource forceupdate --theme hicolor
+ update-desktop-database -q
+ cat << EOF
+==> To enable password saving function, please run: chown -hR YOUR_USERNAME /opt/TUNet/
+EOF
+} \ No newline at end of file