Re-factored the basic idea of the application: Engine is the main class that ownsWind...
[qtmeetings] / debian / postrm
index 00ece1c..5ca9600 100644 (file)
@@ -25,4 +25,8 @@ if [ -e /usr/var/qtmeetings.txt ]; then
        rm /usr/var/qtmeetings.txt
 fi
 
+if [ -e /usr/var/qtmeetings.log ]; then
+       rm /usr/var/qtmeetings.log
+fi
+
 exit 0